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/otherChartConfig.vue
2021-11-30 16:39:21 +08:00

16 lines
142 B
Vue

<template>
<div>
other
</div>
</template>
<script>
export default {
name: 'otherChartConfig'
}
</script>
<style scoped>
</style>