parcel-bundler 出现编译错误

2020-04-12  本文已影响0人  让代码飞会儿

vue.runtime.esm.js:619 [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 <Root>)

new Vue({
  el: "#app"
  render: h => h(Button) //加上要render 
});

上一篇下一篇

猜你喜欢

热点阅读