mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 06:40:27 +08:00
实现新的CC
This commit is contained in:
@@ -16,6 +16,11 @@ Vue.component("metric-keys-config-box", {
|
||||
keyDefs: window.METRIC_HTTP_KEYS
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
keys: function () {
|
||||
this.$emit("change", this.keys)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
cancel: function () {
|
||||
this.key = ""
|
||||
|
||||
Reference in New Issue
Block a user