fix: hide page actions when not applicable
This commit is contained in:
@@ -125,7 +125,10 @@ export default {
|
||||
computed: {
|
||||
darkMode: get('site/dark')
|
||||
},
|
||||
router
|
||||
router,
|
||||
created() {
|
||||
this.$store.commit('page/SET_MODE', 'admin')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user