File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 16
16
},
17
17
"license" : " MIT" ,
18
18
"devDependencies" : {
19
+ "@vuepress/plugin-google-analytics" : " ^2.0.0-beta.49" ,
19
20
"@vuepress/plugin-register-components" : " ^2.0.0-beta.49" ,
20
21
"vuepress" : " ^2.0.0-beta.49"
21
22
},
22
23
"dependencies" : {
23
24
"@vue-js-cron/core" : " ^3.0.0" ,
25
+ "@vue-js-cron/element-plus" : " ^1.0.0" ,
24
26
"@vue-js-cron/light" : " ^2.0.0" ,
25
27
"@vue-js-cron/vuetify" : " ^3.0.0" ,
26
- "@vue-js-cron/element-plus" : " ^1.0.0" ,
27
28
"vuetify" : " ^3.0.0-beta.7"
28
29
}
29
30
}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ const { defaultTheme } = require('@vuepress/theme-default')
3
3
const { registerComponentsPlugin } = require ( '@vuepress/plugin-register-components' )
4
4
const { path } = require ( '@vuepress/utils' )
5
5
const { viteBundler } = require ( '@vuepress/bundler-vite' )
6
+ const { googleAnalyticsPlugin } = require ( '@vuepress/plugin-google-analytics' )
6
7
7
8
module . exports = {
8
9
@@ -116,8 +117,9 @@ module.exports = {
116
117
plugins : [
117
118
registerComponentsPlugin ( {
118
119
componentsDir : path . resolve ( __dirname , './components' )
120
+ } ) ,
121
+ googleAnalyticsPlugin ( {
122
+ id : 'G-8E2WXHH0QS'
119
123
} )
120
- // '@vuepress/plugin-back-to-top',
121
- // '@vuepress/plugin-medium-zoom'
122
124
]
123
125
}
Original file line number Diff line number Diff line change 2796
2796
"@vuepress/utils" "2.0.0-beta.49"
2797
2797
execa "^5.1.1"
2798
2798
2799
+ "@vuepress/plugin-google-analytics@^2.0.0-beta.49":
2800
+ version "2.0.0-beta.49"
2801
+ resolved "https://registry.yarnpkg.com/@vuepress/plugin-google-analytics/-/plugin-google-analytics-2.0.0-beta.49.tgz#dc2df23b8a0aa79df18345fc9fe4bf72f34efe1d"
2802
+ integrity sha512-c9CcGl0wXw9AxhXPoG3x92OqaPcAvlD1HePEoZlJCzTh/CIkC4dyQT7DtgeJi9EPt09Oy4Btjm/rXVi/Y6TVwA==
2803
+ dependencies:
2804
+ "@vuepress/client" "2.0.0-beta.49"
2805
+ "@vuepress/core" "2.0.0-beta.49"
2806
+ "@vuepress/utils" "2.0.0-beta.49"
2807
+
2799
2808
"@vuepress/plugin-medium-zoom@2.0.0-beta.49":
2800
2809
version "2.0.0-beta.49"
2801
2810
resolved "https://registry.yarnpkg.com/@vuepress/plugin-medium-zoom/-/plugin-medium-zoom-2.0.0-beta.49.tgz#d4615e894ad5a8f1be367cd364a25a6885abb205"
You can’t perform that action at this time.
0 commit comments