mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
code refactor
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
v-model="icon"
|
v-model="icon"
|
||||||
@update:menu="onMenuStateChanged"
|
@update:menu="onMenuStateChanged"
|
||||||
>
|
>
|
||||||
<template #selection="{ item }">
|
<template #selection>
|
||||||
<v-label>
|
<v-label>
|
||||||
<ItemIcon icon-type="category" :icon-id="icon" :color="color" />
|
<ItemIcon icon-type="category" :icon-id="icon" :color="color" />
|
||||||
</v-label>
|
</v-label>
|
||||||
|
|||||||
Reference in New Issue
Block a user