check
This commit is contained in:
parent
e413208133
commit
72f6005b53
|
@ -25,6 +25,9 @@ Vue.component('rnav', {
|
||||||
vm.$data.isFresh = false
|
vm.$data.isFresh = false
|
||||||
this.tag.isTrue = !this.tag.isTrue
|
this.tag.isTrue = !this.tag.isTrue
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
mounted () {
|
||||||
|
console.log("rnav check")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue