页面开发
This commit is contained in:
parent
889b0e0b16
commit
b8ce17c902
7
App.vue
7
App.vue
@ -99,4 +99,11 @@
|
||||
|
||||
<style lang="scss">
|
||||
@import "@/node_modules/uview-ui/index.scss";
|
||||
|
||||
page,
|
||||
uni-page-body,
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
@ -1,7 +1,4 @@
|
||||
{
|
||||
"easycom": {
|
||||
"^u-(.*)": "@/node_modules/uview-ui/components/u-$1/u-$1.vue"
|
||||
},
|
||||
"pages": [{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
|
Loading…
Reference in New Issue
Block a user