[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
found in
--->
at src/views/uploadGoods.vue
at src/App.vue
vue.runtime.esm.js:619
[Vue warn]: Error in mounted hook: "TypeError: content is undefined"
found in
---> at src/views/uploadGoods.vue
at src/App.vue
vue.runtime.esm.js:619
TypeError: "content is undefined"
mounted vue-html5-editor.js:1254
VueJS 12
我使用的vue-cli3.0构建的环境,在引入了vue-html5-editor后有错误出现,错误的意思就是说vue-cli3.0使用的是运行时版本,但是其中有模板需要编译因此出错[图片]