mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
code refactor
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
import { computed } from 'vue';
|
||||
|
||||
interface Button {
|
||||
name: string,
|
||||
value: unknown
|
||||
name: string;
|
||||
value: unknown;
|
||||
}
|
||||
|
||||
const props = defineProps<{
|
||||
|
||||
Reference in New Issue
Block a user