前端代码

This commit is contained in:
范强强
2024-02-19 11:12:59 +08:00
parent 498f091352
commit c66445edd4
1436 changed files with 528601 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}