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