Skip to content

Commit 32877aa

Browse files
committed
docs: update
1 parent 2c9333f commit 32877aa

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<p align="center">
1616
<a href="https://www.npmjs.com/package/vue-final-modal"><img src="https://badgen.net/npm/v/vue-final-modal/next" alt="Version"></a>
1717
<a href="https://www.npmjs.com/package/vue-final-modal"><img src="https://badgen.net/badgesize/brotli/hunterliu1003/vue-final-modal/next/dist/VueFinalModal.umd.js" alt="Size"></a>
18-
<a href='https://coveralls.io/github/vue-final/vue-final-modal?branch=next'><img src='https://coveralls.io/repos/github/vue-final/vue-final-modal/badge.svg?branch=next' alt='Coverage Status' /></a>
18+
<a href='https://coveralls.io/github/vue-final/vue-final-modal?branch=v3'><img src='https://coveralls.io/repos/github/vue-final/vue-final-modal/badge.svg?branch=v3' alt='Coverage Status' /></a>
1919
</p>
2020

2121
<p align="right">
@@ -24,7 +24,7 @@
2424
</a>
2525
</p>
2626

27-
Looking for a Vue 3 version? [It's over here](https://github.com/hunterliu1003/vue-final-modal/tree/next)
27+
## 😎 Looking for a Vue 3 version? [It's over here](https://v3.vue-final-modal.org)
2828

2929
## 🎉 [Documentation](https://vue-final-modal.org)
3030

@@ -38,17 +38,11 @@ You can create a [higher-order component](https://vue-final-modal.org/examples/r
3838

3939
## Features
4040

41-
- Support `Vue 3` and `Vue 2`
42-
- Tailwind CSS friendly
41+
- Support `Vue 3`, `Vue 2` and `Nuxt`
42+
- [Tailwind CSS](https://vue-final-modal.org/examples/tailwind) friendly
4343
- Renderless component
44-
- SSR support
45-
- Stackable
46-
- Detachable
47-
- Scrollable
48-
- Transition support
49-
- Mobile friendly
50-
- Tiny bundle size
51-
- Accessibility support
44+
- [Tiny bundle size](https://bundlephobia.com/result?p=vue-final-modal)
45+
- Support `stackable`, `detachable`, `scrollable`, `transition`, `accessibility`, `focusTrap`, `dynamic modal`
5246

5347
## **Development**
5448

docs/content/en/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ features:
2929
<p class="flex h-8 space-x-4">
3030
<a href="https://www.npmjs.com/package/vue-final-modal"><img src="https://badgen.net/npm/v/vue-final-modal/next" alt="Version"></a>
3131
<a href="https://www.npmjs.com/package/vue-final-modal"><img src="https://badgen.net/badgesize/brotli/hunterliu1003/vue-final-modal/next/dist/VueFinalModal.umd.js" alt="Size"></a>
32-
<a href='https://coveralls.io/github/vue-final/vue-final-modal?branch=next'><img src='https://coveralls.io/repos/github/vue-final/vue-final-modal/badge.svg?branch=next' alt='Coverage Status' /></a>
32+
<a href='https://coveralls.io/github/vue-final/vue-final-modal?branch=v3'><img src='https://coveralls.io/repos/github/vue-final/vue-final-modal/badge.svg?branch=v3' alt='Coverage Status' /></a>
3333
</p>
3434

3535
<p align="right">
@@ -41,6 +41,10 @@ features:
4141
[Vue Final Modal](https://github.com/hunterliu1003/vue-final-modal) is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.<br />
4242
You can create a [higher-order component](/examples/recommend) easily and can customize `template`, `script` and `style` based on your needs.
4343

44+
## Looking to Vue 3 version?
45+
46+
> [It's over here!](https://v3.vue-final-modal.org)
47+
4448
## Features
4549

4650
<list :items="features"></list>

0 commit comments

Comments
 (0)