File tree 1 file changed +14
-11
lines changed
1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
- < head >
4
- < meta charset ="utf-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7
- < link rel ="shortcut icon " href ="<%= webpackConfig.output.publicPath %>favicon.ico ">
8
- < title > my-project</ title >
9
- </ head >
10
- < body >
11
- < div id ="app "> </ div >
12
- <!-- built files will be auto injected -->
13
- </ body >
3
+
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
+ < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
8
+ < link rel ="shortcut icon " href ="<%= webpackConfig.output.publicPath %>favicon.ico ">
9
+ < title > VUE testing examples</ title >
10
+ </ head >
11
+
12
+ < body >
13
+ < div id ="app "> </ div >
14
+ <!-- built files will be auto injected -->
15
+ </ body >
16
+
14
17
</ html >
You can’t perform that action at this time.
0 commit comments