fix(component name): changed from Block.vue to SmartBlock.vue

This commit is contained in:
Marco Cavalli 2025-06-10 17:13:18 +02:00
parent 40f8500d1f
commit c239eefb84
5 changed files with 3 additions and 7 deletions

View file

@ -15,10 +15,6 @@ const emit = defineEmits([
'saveItem'
])
const props = defineProps({
item: Object,
})
const smartBlockStore = useSmartBlockStore();
const item = smartBlockStore.currentSmartBlock;
console.log(smartBlockStore.currentSmartBlock)