first commit

This commit is contained in:
2024-04-01 10:37:33 +08:00
parent c4a761681e
commit 86b8709481
842 changed files with 322001 additions and 59 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}