refactor: Update viewport containing block config (#129)
This commit is contained in:
parent
dd4d5e83f0
commit
24f15fde5c
|
|
@ -45,10 +45,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
|
|||
appSelector: '#app',
|
||||
viewportWidth: 375,
|
||||
maxDisplayWidth: 600,
|
||||
rootContainingBlockSelectorList: [
|
||||
'van-tabbar',
|
||||
'van-popup',
|
||||
],
|
||||
appContainingBlock: 'auto',
|
||||
border: true,
|
||||
}),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue