Skip to content

Commit a3a04cb

Browse files
committed
ran format
1 parent 6b5e530 commit a3a04cb

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

vue/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="">
33
<head>
4-
<meta charset="UTF-8">
5-
<link rel="icon" href="/favicon.ico">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
4+
<meta charset="UTF-8" />
5+
<link rel="icon" href="/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Vite App</title>
88
</head>
99
<body>

vue/vite.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ import vueDevTools from 'vite-plugin-vue-devtools'
66

77
// https://vite.dev/config/
88
export default defineConfig({
9-
plugins: [
10-
vue(),
11-
vueDevTools(),
12-
],
9+
plugins: [vue(), vueDevTools()],
1310
resolve: {
1411
alias: {
15-
'@': fileURLToPath(new URL('./src', import.meta.url))
12+
'@': fileURLToPath(new URL('./src', import.meta.url)),
1613
},
1714
},
1815
})

0 commit comments

Comments
 (0)