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

17 lines
161 B
Vue
Raw Normal View History

2022-12-11 16:21:17 +08:00
<template>
2022-12-11 17:46:29 +08:00
<div class="wechat">
微信统计
</div>
2022-12-11 16:21:17 +08:00
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
.wechat {
}
</style>