mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 03:09:18 +00:00
feat: Move topology to widgets (#29)
This commit is contained in:
@@ -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" },
|
||||
|
Reference in New Issue
Block a user