Browse Source

fix: 解决类型报错

pull/120/head
zhengkunwang223 2 years ago committed by zhengkunwang223
parent
commit
a00bfe775b
  1. 2
      frontend/src/views/website/website/create/index.vue

2
frontend/src/views/website/website/create/index.vue

@ -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…
Cancel
Save