mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-25 19:49:14 +08:00
fix: 解决类型报错
This commit is contained in:
parent
8eb0ebb607
commit
a00bfe775b
@ -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…
Reference in New Issue
Block a user