File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3434 </div >
3535 </div >
3636 </transition >
37+ <GA ></GA >
3738 </div >
3839</template >
3940
Original file line number Diff line number Diff line change 6565 </p >
6666 </div >
6767
68+ <GA ></GA >
69+
6870 <slot name =" bottom" />
6971 </main >
7072</template >
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ module.exports = (options, ctx) => ({
2222 '@vuepress-reco/loading-page' ,
2323 '@vuepress-reco/pagation' ,
2424 '@vuepress-reco/screenfull' ,
25+ '@vuepress-reco/ga' ,
2526 '@vuepress/active-header-links' ,
2627 [ '@vuepress/plugin-blog' , {
2728 permalink : '/:regular' ,
@@ -39,8 +40,8 @@ module.exports = (options, ctx) => ({
3940 path : '/categories/' ,
4041 layout : 'Categories' ,
4142 scopeLayout : 'Category'
42- } ,
43- ] ,
43+ }
44+ ]
4445 } ] ,
4546 '@vuepress/search' ,
4647 '@vuepress/plugin-nprogress' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vuepress-theme-reco" ,
3- "version" : " 1.0.9-alpha.8 " ,
3+ "version" : " 1.0.9-alpha.11 " ,
44 "description" : " this is a vuepress theme" ,
55 "main" : " index.js" ,
66 "scripts" : {
3030 "@vuepress-reco/vuepress-plugin-loading-page" : " ^1.0.0" ,
3131 "@vuepress-reco/vuepress-plugin-pagation" : " ^1.0.3" ,
3232 "@vuepress-reco/vuepress-plugin-screenfull" : " ^1.0.0" ,
33+ "@vuepress-reco/vuepress-plugin-ga" : " ^1.0.2" ,
3334 "@vuepress/plugin-blog" : " 1.3.0" ,
3435 "leancloud-storage" : " 3.13.2" ,
3536 "valine" : " 1.3.6" ,
You can’t perform that action at this time.
0 commit comments