mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
15 lines
144 B
Vue
15 lines
144 B
Vue
<script>
|
|
export default {
|
|
onLaunch: function() {
|
|
},
|
|
onShow: function() {
|
|
},
|
|
onHide: function() {
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style>
|