bonus-ui/src/views/home/components/MunicipalChart.vue

19 lines
192 B
Vue
Raw Normal View History

2026-01-22 09:24:00 +08:00
<template>
<div>
</div>
</template>
<script>
export default {
name: 'MunicipalChart',
data() {
return {
}
},
}
</script>
<style lang="scss" scoped>
</style>