Graphite/frontend/vue-svg-loader.js

4 lines
107 B
JavaScript

module.exports = function VueSvgLoader(svg) {
this.cacheable();
return `<template>${svg}</template>`;
};