File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, shrink-to-fit=no ">
6
+ < link rel ="icon " href ="https://vuejs.org/images/logo.png " type ="image/png ">
7
+ < title > Vue Tiny Pagination</ title >
8
+ <!-- Global site tag (gtag.js) - Google Analytics -->
9
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-60687969-1 "> </ script >
10
+ < script >
11
+ window . dataLayer = window . dataLayer || [ ] ;
12
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
13
+ gtag ( 'js' , new Date ( ) ) ;
14
+ gtag ( 'config' , 'UA-60687969-1' ) ;
15
+ </ script >
16
+ </ head >
17
+ < body >
18
+ < div id ="app "> </ div >
19
+ < script src ="dist/build.js "> </ script >
20
+ </ body >
21
+ </ html >
You can’t perform that action at this time.
0 commit comments