Skip to content

Commit 540d625

Browse files
committed
refactor: update viewport containing block config
1 parent c0012ae commit 540d625

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nuxt.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ export default defineNuxtConfig({
3838
maxDisplayWidth: 600,
3939
// devtools excluded
4040
exclude: /@nuxt/,
41+
appContainingBlock: 'auto',
4142
border: true,
42-
rootContainingBlockSelectorList: [
43-
'van-tabbar',
44-
'van-popup',
45-
],
4643
},
4744
},
4845
},

0 commit comments

Comments
 (0)