vue-blservice-loader
Advanced tools
Comparing version
10
index.js
@@ -8,11 +8,9 @@ const path = require('path'); | ||
module.exports = function (source) { | ||
const webviewOnly = source.substr(0, 21) === '<!-- webview only -->'; | ||
if (webviewOnly) { | ||
return `<template><div></div></template><script>export default { methods: {} }</script>`; | ||
} | ||
if (source.substr(0, 34) === '<!-- webview only --><!-- slot -->') { | ||
return `<template><div><slot></slot></div></template><script>export default { methods: {} }</script>`; | ||
} | ||
if (source.substr(0, 21) === '<!-- webview only -->') { | ||
return `<template><div></div></template><script>export default { methods: {} }</script>`; | ||
} | ||
@@ -19,0 +17,0 @@ let result = util.parse({ |
{ | ||
"name": "vue-blservice-loader", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "vue bl service loader", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2225
-1.51%35
-2.78%