de/mobile/src/App.vue
2022-05-16 19:54:28 +08:00

15 lines
144 B
Vue

<script>
export default {
onLaunch: function() {
},
onShow: function() {
},
onHide: function() {
}
}
</script>
<style>
</style>