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:
parent
0301713214
commit
e7f5a4adff
8 changed files with 1 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue