Skip to content

Commit fd170d2

Browse files
committed
fix: update rootContainingBlockSelectorList to include new selectors
1 parent 38e7e14 commit fd170d2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

nuxt.config.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,14 @@ export default defineNuxtConfig({
3939
// devtools excluded
4040
exclude: /@nuxt/,
4141
border: true,
42+
// Need to convert fixed selector list
4243
rootContainingBlockSelectorList: [
43-
'van-tabbar',
44-
'van-popup',
44+
'.van-tabbar',
45+
'.van-popup',
46+
'.van-popup--bottom',
47+
'.van-popup--top',
48+
'.van-popup--left',
49+
'.van-popup--right',
4550
],
4651
},
4752
},

0 commit comments

Comments
 (0)