vue.runtime.esm.js?ff9b:587 [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.

在webpack.base.conf.js中添加

 

   resolve: {
        alias: {
            vue: 'vue/dist/vue.js'
        }
    }

 

Logo

前往低代码交流专区

更多推荐