This commit is contained in:
ed barz 2023-01-13 11:39:04 +01:00
parent e413208133
commit 72f6005b53
1 changed files with 3 additions and 0 deletions

View File

@ -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")
} }
}) })