格式化代码。

This commit is contained in:
2022-12-27 10:32:45 +08:00
parent fe74257704
commit 5591d3fd19
18 changed files with 296 additions and 296 deletions

View File

@@ -5,10 +5,10 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
plugins: [vue()],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
})