23 lines
263 B
Vue
23 lines
263 B
Vue
|
|
<template>
|
||
|
|
<div class="AppQxnEventDv"></div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {
|
||
|
|
name: 'AppQxnEventDv',
|
||
|
|
label: '事件上报',
|
||
|
|
|
||
|
|
data () {
|
||
|
|
return {
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style lang="scss" scoped>
|
||
|
|
.AppQxnEventDv {
|
||
|
|
|
||
|
|
}
|
||
|
|
</style>
|