feat(Breadcrumbe): Add Breadcrumb component
style: change function to arrow function
This commit is contained in:
@@ -9,7 +9,7 @@ const appStore = useAppStore()
|
||||
|
||||
const sizeMap = computed(() => appStore.sizeMap)
|
||||
|
||||
function setSize(size: ElememtPlusSzie) {
|
||||
const setSize = (size: ElememtPlusSzie) => {
|
||||
appStore.setSize(size)
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user