OfficeSystem/App.vue
WindowBird 7ab9e16c35 init
2025-10-30 16:42:12 +08:00

17 lines
275 B
Vue

<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
@import '@climblee/uv-ui/index.scss';
</style>