UNPKG
@nine-theme/vuepress-theme-nine
Version:
latest (4.0.0-alpha.3)
next (4.0.1-alpha.5)
4.0.1-alpha.5
4.0.1-alpha.4
4.0.1-alpha.3
4.0.0-alpha.3
4.0.0-alpha.2
4.0.0-alpha.1
nine theme for vuepress
github.com/nine-theme/vuepress-theme-nine
@nine-theme/vuepress-theme-nine
/
mixins
/
moduleTransiton.js
14 lines
(13 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default {
data
() {
return
{ nineShowModule:
false
} }, mounted () {
this
.nineShowModule =
true
}, destroyed () {
this
.nineShowModule =
false
} }