UNPKG

vue-di-loader

Version:

Vue Dependency Injection Webpack Loader

9 lines 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function preCompile(template) { var start = /\s*\<\s*template\s*\>/gmi; var end = /\<\s*\/\s*template\s*\>\s*/gmi; return template.replace(start, "<div>").replace(end, "</div>"); } exports.preCompile = preCompile; //# sourceMappingURL=pre.compile.js.map