fix: bugs
This commit is contained in:
@ -18,7 +18,7 @@ import { ref } from "vue";
|
||||
import CanvasItem from "@/components/canvas/CanvasItem.vue";
|
||||
|
||||
const props = defineProps<{
|
||||
isAdmin: number;
|
||||
isAdmin: boolean;
|
||||
}>();
|
||||
|
||||
const items = ref([
|
||||
|
Reference in New Issue
Block a user