We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fe422 commit 62a92fcCopy full SHA for 62a92fc
packages/docs/docs/.vuepress/mixin.js
@@ -50,10 +50,10 @@ export default {
50
},
51
watch: {
52
'$page' () {
53
- this.$notification.goAway(0)
+ this.$notification && this.$notification.goAway(0)
54
55
'$localePath' () {
56
57
this.notice()
58
}
59
0 commit comments