This commit is contained in:
张成
2025-08-25 13:34:13 +08:00
parent f4f59fd64d
commit b709ed2c4b
35 changed files with 14599 additions and 15319 deletions

View File

@@ -1,5 +1,7 @@
module.exports = {
presets: [
'@vue/app'
['@vue/app', {
useBuiltIns: 'entry'
}]
]
}