File tree 2 files changed +5
-8
lines changed
docs/content/3.api/1.components 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ It will be helpful for understanding the naming of [props](#props).
7
7
8
8
``` html [ModalFullscreen.vue]
9
9
<template >
10
- <div class =" vfm" >
10
+ <div class =" vfm vfm-fullscreen " >
11
11
<div class =vfm__content >
12
- <div class =" vfm-fullscreen-content" >
13
- <slot />
14
- </div >
12
+ <slot />
13
+ <div class =" vfm-swipe-banner-container" ></div >
15
14
</div >
16
15
</div >
17
16
</template >
Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ It will be helpful for understanding the naming of [props](#props).
8
8
``` html [ModalBottom.vue]
9
9
<template >
10
10
<div class =" vfm" >
11
- <div class =vfm__content >
12
- <div class =" vfm-bottom-sheet-content" >
13
- <slot />
14
- </div >
11
+ <div class =" vfm-bottom-sheet" >
12
+ <slot />
15
13
</div >
16
14
</div >
17
15
</template >
You can’t perform that action at this time.
0 commit comments