Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9ee24d8

Browse files
docs: update docs
1 parent 8a3171c commit 9ee24d8

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

‎docs/content/3.api/1.components/2.modal-fullscreen.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

‎docs/content/3.api/1.components/3.modal-bottom.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /