fix: update

This commit is contained in:
Fine 2023-06-08 17:32:13 +08:00
parent 8479ca14b7
commit eb30c11e2d

View File

@ -135,7 +135,7 @@ limitations under the License. -->
}
return encodeURIComponent(label);
}
return encodeURIComponent(metric);
return encodeURIComponent(metric || "");
}
</script>
<style lang="scss" scoped>