mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 14:50:25 +08:00
在集群中可以设置自动加入DNS的CNAME记录
This commit is contained in:
@@ -6,7 +6,12 @@ Vue.component("label-on", {
|
||||
|
||||
// 文字代码标签
|
||||
Vue.component("code-label", {
|
||||
template: `<span class="ui label basic tiny" style="padding: 3px;margin-left:2px;margin-right:2px"><slot></slot></span>`
|
||||
methods: {
|
||||
click: function (args) {
|
||||
this.$emit("click", args)
|
||||
}
|
||||
},
|
||||
template: `<span class="ui label basic tiny" style="padding: 3px;margin-left:2px;margin-right:2px" @click.prevent="click"><slot></slot></span>`
|
||||
})
|
||||
|
||||
// tiny标签
|
||||
|
||||
Reference in New Issue
Block a user