mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 05:11:31 -05:00
vue 3 permission generally set to guest
This commit is contained in:
@@ -63,11 +63,10 @@ import {DateTime} from "luxon";
|
||||
import {homePageCols} from "@/utils/breakpoint_utils";
|
||||
import ModelEditDialog from "@/components/dialogs/ModelEditDialog.vue";
|
||||
|
||||
|
||||
const {name} = useDisplay()
|
||||
const loading = ref(false)
|
||||
|
||||
let numberOfCols = computed(() => {
|
||||
const {name} = useDisplay()
|
||||
return homePageCols(name.value)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user