Skip to content

Commit cd40f28

Browse files
committed
Merge branch 'master' into v3
2 parents e56863a + 32877aa commit cd40f28

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

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

4040
## Features
4141

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

5448
## **Development**
5549

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)