[Vue warn][You are using the runtime-only build of Vue where the template compiler is not available]

出現原因往往是因此在項目的代碼中某些組件可能使用了vue.extend之類的構造器構建自定義內容之類的。 解決方式,在vue.config.js這個文件中加上 runtimeCompiler: true,即可 意思是開啓runtimeCompiler編譯模式
相關文章
相關標籤/搜索