实现新的CC

This commit is contained in:
GoEdgeLab
2021-07-19 10:48:53 +08:00
parent 2449465e85
commit 2ffa16d488
10 changed files with 164 additions and 5 deletions

View File

@@ -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 = ""