创建集群时增加“只允许绑定的域名访问”选项

This commit is contained in:
刘祥超
2022-09-16 19:33:57 +08:00
parent a2890c6cb0
commit ae15115af7
5 changed files with 40 additions and 40 deletions

View File

@@ -47,6 +47,6 @@ Vue.component("checkbox", {
},
template: `<div class="ui checkbox">
<input type="checkbox" :name="name" :value="elementValue" :id="elementId" @change="change" v-model="newValue"/>
<label :for="elementId" style="font-size: 0.85em!important;"><slot></slot></label>
<label :for="elementId"><slot></slot></label>
</div>`
})