This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-fronted/src/components/common/rightBox/chart/logsChartConfig.vue

16 lines
143 B
Vue
Raw Normal View History

2021-11-30 16:39:21 +08:00
<template>
<div>
logs
</div>
</template>
<script>
export default {
name: 'metricsChartConfig'
}
</script>
<style scoped>
</style>