File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 77 <transition name =" fade" >
88 <LoadingPage v-show =" firstLoad" class =" loading-wrapper" />
99 </transition >
10- <transition name =" fade" >
10+ <transition name =" fade" >
1111 <Password v-show =" !isHasKey" class =" password-wrapper-out" key =" out" />
12- </transition >
12+ </transition >
1313 <div :class =" { 'hide': firstLoad || !isHasKey }" >
1414 <Navbar
1515 v-if =" shouldShowNavbar"
3636 <Comments :isShowComments =" shouldShowComments" />
3737 </div >
3838 </div >
39- <GA ></GA >
4039 </div >
4140</template >
4241
@@ -214,7 +213,7 @@ export default {
214213 right 0
215214 margin auto
216215 background #f f f
217- .password-wrapper-out
216+ .password-wrapper-out
218217 position absolute
219218 z-index 21
220219 top 0
@@ -223,7 +222,7 @@ export default {
223222 right 0
224223 margin auto
225224 background #f f f
226- .password-wrapper-in
225+ .password-wrapper-in
227226 position absolute
228227 z-index 8
229228 top 0
Original file line number Diff line number Diff line change 6363 </p >
6464 </div >
6565
66- <GA ></GA >
67-
6866 <slot name =" bottom" />
6967 </main >
7068</template >
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ module.exports = (options, ctx) => ({
2323 '@vuepress-reco/loading-page' ,
2424 '@vuepress-reco/pagation' ,
2525 '@vuepress-reco/screenfull' ,
26- '@vuepress-reco/ga' ,
2726 '@vuepress-reco/comments' ,
2827 '@vuepress/active-header-links' ,
2928 [ '@vuepress/medium-zoom' , {
You can’t perform that action at this time.
0 commit comments