38 changed files with 206 additions and 95 deletions
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.6 KiB |
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
||||
{ |
||||
"navigationStyle": "custom", |
||||
"usingComponents": { |
||||
"pickerArea": "/components/pickerArea/index" |
||||
"pickerArea": "/components/pickerArea/index", |
||||
"navbar": "/components/navbar/index" |
||||
} |
||||
} |
||||
|
@ -1,6 +1,8 @@
@@ -1,6 +1,8 @@
|
||||
{ |
||||
"navigationStyle": "custom", |
||||
"usingComponents": { |
||||
"van-divider": "@vant/weapp/divider/index" |
||||
"van-divider": "@vant/weapp/divider/index", |
||||
"navbar": "/components/navbar/index", |
||||
"van-checkbox": "@vant/weapp/checkbox/index" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue