mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-12 18:25:00 +00:00
4 lines
107 B
JavaScript
4 lines
107 B
JavaScript
module.exports = function VueSvgLoader(svg) {
|
|
this.cacheable();
|
|
return `<template>${svg}</template>`;
|
|
};
|