refactor: 拆分小程序 vue 结构
This commit is contained in:
11
babel.config.js
Normal file
11
babel.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// babel-preset-taro 更多选项和默认值:
|
||||
// https://docs.taro.zone/docs/next/babel-config
|
||||
module.exports = {
|
||||
presets: [
|
||||
['taro', {
|
||||
framework: 'vue3',
|
||||
ts: true,
|
||||
compiler: 'vite',
|
||||
}]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user