Files
dvcp_v2_wxcp_app/src/project/saas/AppPropagandaStatistics/groupSendDetail.vue

18 lines
217 B
Vue
Raw Normal View History

2022-07-12 18:10:42 +08:00
<template>
<div class="groupSendDetail"></div>
</template>
<script>
export default {
data() {
return {}
},
methods: {},
onShow() {},
}
</script>
<style lang="scss" scoped>
.groupSendDetail {}
</style>