fix: fixed spelling 'ElememtPlusSzie'
This commit is contained in:
@@ -20,7 +20,7 @@ const appStore = useAppStore()
|
||||
|
||||
const sizeMap = computed(() => appStore.sizeMap)
|
||||
|
||||
const setCurrentSize = (size: ElememtPlusSzie) => {
|
||||
const setCurrentSize = (size: ElememtPlusSize) => {
|
||||
appStore.setCurrentSize(size)
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user