Files
dvcp_v2_wxcp_app/src/project/saas/AppDataStatistics/components/resident.vue

15 lines
147 B
Vue
Raw Normal View History

2022-12-11 16:21:17 +08:00
<template>
<div class="resident"></div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
.resident {
}
</style>