diff --git a/packages/vue-cli-plugin-hbuilderx/packages/weex-template-compiler/build.js b/packages/vue-cli-plugin-hbuilderx/packages/weex-template-compiler/build.js index 23292e6b724f4856f9d62a20080ecb18263eb408..194440a955d1119aca4a0d1350ff0867e8fda8ce 100644 --- a/packages/vue-cli-plugin-hbuilderx/packages/weex-template-compiler/build.js +++ b/packages/vue-cli-plugin-hbuilderx/packages/weex-template-compiler/build.js @@ -1490,6 +1490,7 @@ function parse ( { attrs.forEach(function (attr) { if( + attr.name.indexOf('v-slot') !== 0 && // fixed by xxxxxx 忽略 v-slot attr.value === '' && (attr.start + attr.name.length) === attr.end ){