fix(component name): changed from Block.vue to SmartBlock.vue
This commit is contained in:
parent
40f8500d1f
commit
c239eefb84
5 changed files with 3 additions and 7 deletions
|
@ -15,10 +15,6 @@ const emit = defineEmits([
|
|||
'saveItem'
|
||||
])
|
||||
|
||||
const props = defineProps({
|
||||
item: Object,
|
||||
})
|
||||
|
||||
const smartBlockStore = useSmartBlockStore();
|
||||
const item = smartBlockStore.currentSmartBlock;
|
||||
console.log(smartBlockStore.currentSmartBlock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue