logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决报错You are using the runtime-only build of Vue where the template compiler is not available.

如图这种方法添加组件时报标题中的错误解决方法:在vue.config.js文件中配置const path = require("path");module.exports = {// webpack配置 - 简单配置方式configureWebpack: {resolve: {alias: {// 别名vue$: "vue/dist/vue.esm.js", //加上这一句"@api": path

到底了