financial-bigscreen/src_old/views/Home.vue

26 lines
219 B
Vue
Raw Normal View History

2024-11-14 15:27:41 +08:00
<!-- -->
<template>
<div>
</div>
</template>
<script>
export default {
components:{
},
data () {
return {
}
},
mounted(){
},
methods:{
},
}
</script>
<style lang='less' scoped>
</style>