1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

move middleware for manage data page to parrent component

This commit is contained in:
Kuchenpirat 2024-02-02 14:58:39 +00:00
parent 0301713214
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,