File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
docs/content/3.api/1.components Expand file tree Collapse file tree 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).
77
88``` html [ModalFullscreen.vue]
99<template >
10- <div class =" vfm" >
10+ <div class =" vfm vfm-fullscreen " >
1111 <div class =vfm__content >
12- <div class =" vfm-fullscreen-content" >
13- <slot />
14- </div >
12+ <slot />
13+ <div class =" vfm-swipe-banner-container" ></div >
1514 </div >
1615 </div >
1716</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).
88``` html [ModalBottom.vue]
99<template >
1010 <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 />
1513 </div >
1614 </div >
1715</template >
You can’t perform that action at this time.
0 commit comments