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