This commit is contained in:
2025-05-28 09:39:18 +08:00
commit 2907b67bba
235 changed files with 22804 additions and 0 deletions

3
babel.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
plugins: ['@vue/babel-plugin-jsx'],
};