mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-01 11:04:29 +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: '',
|
||||
},
|
||||
});
|
||||
let rules = reactive({
|
||||
let rules = ref<any>({
|
||||
primaryDomain: [Rules.domain],
|
||||
alias: [Rules.linuxName],
|
||||
type: [Rules.requiredInput],
|
||||
|
|
Loading…
Add table
Reference in a new issue