fix: display rules of password page

This commit is contained in:
reco_luan 2019-07-20 18:50:45 +08:00
parent 8dd5cddc26
commit c3087a94a2

View File

@ -166,6 +166,15 @@ export default {
}
}
}
},
watch: {
$frontmatter (newVal, oldVal) {
if (newVal.home) {
this.hasKey()
this.hasPageKey()
}
}
}
}
</script>