File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -6,13 +6,10 @@ import vueDevTools from 'vite-plugin-vue-devtools'
66
77// https://vite.dev/config/
88export 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} )
You can’t perform that action at this time.
0 commit comments