This commit is contained in:
2020-06-15 11:34:33 +08:00
parent 3f63d8ade9
commit b697270eb9
6 changed files with 66 additions and 30 deletions

12
App.vue
View File

@@ -1,15 +1,5 @@
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
export default {}
</script>
<style lang="scss">
@import "/static/css/normalize"