feat(add docs):

This commit is contained in:
boommanpro
2024-08-05 23:41:00 +08:00
parent 9ef6111ff6
commit d47976b1e0
20 changed files with 145 additions and 137 deletions

View File

@@ -4,4 +4,5 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
base: './', // 设置基础路径为 './' 表示相对路径
})