Files
dvcp_v2_webapp/packages/bigscreen/dv/AppQxnEventDv.vue

23 lines
263 B
Vue
Raw Normal View History

2023-04-23 17:50:29 +08:00
<template>
<div class="AppQxnEventDv"></div>
</template>
<script>
export default {
name: 'AppQxnEventDv',
label: '事件上报',
data () {
return {
}
}
}
</script>
<style lang="scss" scoped>
.AppQxnEventDv {
}
</style>