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 b50f760 commit 00ef343Copy full SHA for 00ef343
personalization-webcomponents/src/my-checklists.vue
@@ -54,7 +54,7 @@ defineProps<{
54
}>();
55
56
const checklists = ref<DummyChecklist[]>([]);
57
-const loading = ref(false);
+const loading = ref(true);
58
59
onMounted(() => {
60
loading.value = true;
0 commit comments