move middleware for manage data page to parrent component

This commit is contained in:
Kuchenpirat 2024-02-02 14:58:39 +00:00
commit e7f5a4adff
8 changed files with 1 additions and 7 deletions

View file

@ -30,6 +30,7 @@
import { computed, defineComponent, useContext, useRoute } from "@nuxtjs/composition-api";
export default defineComponent({
middleware: ["auth", "can-organize-only"],
props: {
value: {
type: Boolean,