File tree Expand file tree Collapse file tree 4 files changed +136
-136
lines changed Expand file tree Collapse file tree 4 files changed +136
-136
lines changed Original file line number Diff line number Diff line change 94
94
"devDependencies" : {
95
95
"@antfu/ni" : " ^0.21.3" ,
96
96
"@babel/types" : " ^7.21.4" ,
97
- "@so1ve/eslint-config" : " ^0.79 .0" ,
97
+ "@so1ve/eslint-config" : " ^0.83 .0" ,
98
98
"@types/fs-extra" : " ^9.0.13" ,
99
99
"@types/node" : " ^18.15.11" ,
100
100
"bumpp" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < 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 " />
7
- < title > Vite App</ title >
8
- </ head >
9
- < body >
10
- < div id ="app "> </ div >
11
- < script type ="module " src ="./main.js "> </ script >
12
- </ body >
3
+ < 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 " />
7
+ < title > Vite App</ title >
8
+ </ head >
9
+ < body >
10
+ < div id ="app "> </ div >
11
+ < script type ="module " src ="./main.js "> </ script >
12
+ </ body >
13
13
</ html >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< div >
3
- < h2 > SFC Src Imports</ h2 >
4
- < div class ="src-imports-script "> {{ msg }}</ div >
5
- < div class ="src-imports-style "> This should be light gray</ div >
3
+ < h2 > SFC Src Imports</ h2 >
4
+ < div class ="src-imports-script "> {{ msg }}</ div >
5
+ < div class ="src-imports-style "> This should be light gray</ div >
6
6
</ div >
You can’t perform that action at this time.
0 commit comments