Skip to content

Commit b761fe0

Browse files
author
reco_luan
committed
feat: delete ga plugin
1 parent 2864976 commit b761fe0

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

components/Common.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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"
@@ -36,7 +36,6 @@
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 #fff
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 #fff
226-
.password-wrapper-in
225+
.password-wrapper-in
227226
position absolute
228227
z-index 8
229228
top 0

components/Page.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
</p>
6464
</div>
6565

66-
<GA></GA>
67-
6866
<slot name="bottom"/>
6967
</main>
7068
</template>

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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', {

0 commit comments

Comments
 (0)