We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2da28e commit dbf9500Copy full SHA for dbf9500
personalization-webcomponents/src/components/ChecklistList.vue
@@ -66,9 +66,9 @@ import type DummyChecklistItem from "@/api/dummyservice/DummyChecklistItem.ts";
66
67
import { MucIcon } from "@muenchen/muc-patternlab-vue";
68
import { Sortable } from "sortablejs-vue3";
69
-import { defineEmits, ref, watch } from "vue";
+import { defineEmits, ref } from "vue";
70
71
-const props = withDefaults(
+withDefaults(
72
defineProps<{
73
modelValue: DummyChecklistItem[];
74
isDraggable?: boolean;
0 commit comments