changetousecli
This commit is contained in:
27
src/App.vue
Normal file
27
src/App.vue
Normal file
@@ -0,0 +1,27 @@
|
||||
<script>
|
||||
export default {
|
||||
onLaunch: function () {
|
||||
},
|
||||
onShow: function () {
|
||||
},
|
||||
onHide: function () {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
/* App.vue 全局样式 */
|
||||
page,
|
||||
body,
|
||||
uni-page-body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* #ifdef H5 */
|
||||
uni-page-head {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* #endif */
|
||||
</style>
|
||||
Reference in New Issue
Block a user