fix: display rules of password page
This commit is contained in:
parent
8dd5cddc26
commit
c3087a94a2
@ -166,6 +166,15 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
watch: {
|
||||||
|
$frontmatter (newVal, oldVal) {
|
||||||
|
if (newVal.home) {
|
||||||
|
this.hasKey()
|
||||||
|
this.hasPageKey()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user