主页组件化

This commit is contained in:
2023-12-19 20:02:53 +08:00
parent e33a0c724c
commit d6614c4682
14 changed files with 1523 additions and 1506 deletions

View File

@@ -1,4 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
transpileDependencies: true,
})