vue3 使用vite构建 创建的自定义template报错 Component provided template option but runtime compilation is not supported
发布于 2022年 05月 19日 13:13
在vite.config.ts 添加
alias: {
'vue': 'vue/dist/vue.esm-bundler.js'
}
发布于 2022年 05月 19日 13:13
在vite.config.ts 添加