mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 15:06:37 +08:00
fix: 解决类型报错
This commit is contained in:
parent
8eb0ebb607
commit
a00bfe775b
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ const website = ref({
|
||||||
appkey: '',
|
appkey: '',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
let rules = reactive({
|
let rules = ref<any>({
|
||||||
primaryDomain: [Rules.domain],
|
primaryDomain: [Rules.domain],
|
||||||
alias: [Rules.linuxName],
|
alias: [Rules.linuxName],
|
||||||
type: [Rules.requiredInput],
|
type: [Rules.requiredInput],
|
||||||
|
|
Loading…
Add table
Reference in a new issue