refactor: Update viewport containing block config (#129)

This commit is contained in:
CharleeWa 2025-02-19 11:04:11 +08:00
parent dd4d5e83f0
commit 24f15fde5c
1 changed files with 1 additions and 4 deletions

View File

@ -45,10 +45,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
appSelector: '#app',
viewportWidth: 375,
maxDisplayWidth: 600,
rootContainingBlockSelectorList: [
'van-tabbar',
'van-popup',
],
appContainingBlock: 'auto',
border: true,
}),
],