美文网首页
parcel-bundler 出现编译错误

parcel-bundler 出现编译错误

作者: 让代码飞会儿 | 来源:发表于2020-04-12 00:15 被阅读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 
    });
    
    

    相关文章

      网友评论

          本文标题:parcel-bundler 出现编译错误

          本文链接:https://www.haomeiwen.com/subject/vkemmhtx.html