mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-03 10:56:00 +00:00
build vue语法糖暂时退回官方不推荐的方式, 避免启动时出现警告
This commit is contained in:
@@ -23,8 +23,8 @@ export function createVitePlugins(viteEnv: ViteEnv, isBuild: boolean) {
|
||||
const vitePlugins: (PluginOption | PluginOption[])[] = [
|
||||
// have to
|
||||
vue({
|
||||
// 响应式变量 TODO 3.3+ 废弃, 迁移到 Vue Macros Reactivity Transform。
|
||||
// reactivityTransform: true,
|
||||
// 响应式变量 TODO 3.4+ 删除, 迁移到 Vue Macros Reactivity Transform。
|
||||
reactivityTransform: true,
|
||||
}),
|
||||
// have to
|
||||
vueJsx(),
|
||||
|
Reference in New Issue
Block a user