File tree 1 file changed +10
-11
lines changed
packages/docs/docs/.vuepress
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -64,20 +64,19 @@ module.exports = ctx => ({
64
64
}
65
65
}
66
66
} ,
67
- plugins : {
68
- '@vuepress/i18n-ui' : ! ctx . isProd ,
69
- '@vuepress/back-to-top' : true ,
70
- '@vuepress/pwa' : {
67
+ plugins : [
68
+ [ '@vuepress/i18n-ui' , ! ctx . isProd ] ,
69
+ [ '@vuepress/back-to-top' , true ] ,
70
+ [ '@vuepress/pwa' , {
71
71
serviceWorker : true ,
72
72
updatePopup : true
73
- } ,
74
- '@vuepress/plugin-medium-zoom' : true ,
75
- '@vuepress/notification' : true ,
76
- 'flowchart' : true ,
77
- '@vuepress/google-analytics' : {
73
+ } ] ,
74
+ [ '@vuepress/medium-zoom' , true ] ,
75
+ [ '@vuepress/notification' , true ] ,
76
+ [ '@vuepress/google-analytics' , {
78
77
ga : 'UA-128189152-1'
79
- }
80
- } ,
78
+ } ] ,
79
+ ] ,
81
80
clientRootMixin : path . resolve ( __dirname , 'mixin.js' ) ,
82
81
extendMarkdown ( md ) {
83
82
md . use ( container , 'upgrade' , {
You can’t perform that action at this time.
0 commit comments