上传代码
This commit is contained in:
19
uniapp04/App.vue
Normal file
19
uniapp04/App.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<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">
|
||||
/*每个页面公共css */
|
||||
// 字体图标
|
||||
@import '@/styles/fonts.scss';
|
||||
</style>
|
Reference in New Issue
Block a user