fix: taskType默认值为集群
, 选项不受限制
This commit is contained in:
parent
df06186a72
commit
8857278a80
@ -13,7 +13,8 @@ interface Props {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const props = withDefaults(defineProps<Props>(), {
|
const props = withDefaults(defineProps<Props>(), {
|
||||||
taskType: 1
|
// HACK: 默认值为`集群`, 选项不受限制
|
||||||
|
taskType: 2
|
||||||
});
|
});
|
||||||
|
|
||||||
interface Emits {
|
interface Emits {
|
||||||
|
Loading…
Reference in New Issue
Block a user