bt-xtgxq-population-bigdata/src/module/ModuleRight3.vue

16 lines
279 B
Vue
Raw Normal View History

2023-11-20 17:56:43 +08:00
<template>
<div class="module">
<ModuleCard2 title="政治面貌统计">
</ModuleCard2>
</div>
</template>
<script setup>
import { reactive } from 'vue';
import ModuleCard2 from './card/ModuleCard2.vue';
</script>
<style lang="stylus" scoped>
</style>