feat: Move topology to widgets (#29)

This commit is contained in:
Fine0830
2022-03-20 19:45:31 +08:00
committed by GitHub
parent 597e98e291
commit 42d8e909f6
25 changed files with 279 additions and 348 deletions

View File

@@ -49,7 +49,7 @@ const props = defineProps({
default: () => [],
},
value: {
type: [Array, String] as PropType<string[] | string>,
type: [Array, String, Number] as PropType<any>,
default: () => [],
},
size: { type: null, default: "default" },