Skip to content

Commit 9548ff6

Browse files
committed
update readme & vue3 tips
1 parent d561144 commit 9548ff6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# vue-at
22

3-
[![Join the chat at https://gitter.im/fritx/vue-at](https://badges.gitter.im/fritx/vue-at.svg)](https://gitter.im/fritx/vue-at?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
5-
<a href="https://github.com/fritx/vue-at/graphs/contributors"><img width="600" src="https://opencollective.com/vue-at/contributors.svg?width=890&button=false"></a><br>
6-
<a href="https://opencollective.com/vue-at#backers"><img src="https://opencollective.com/vue-at/backers.svg?width=890"></a>
7-
8-
<a href="https://www.npmjs.com/package/vue-at"><img height="20" src="https://img.shields.io/npm/dm/vue-at.svg"></a>&nbsp;&nbsp;<a href="https://github.com/fritx/vue-at"><img width="90" height="20" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>&nbsp;&nbsp;<a href="https://github.com/fritx/vue-at"><img width="84" height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
3+
<a href="https://www.npmjs.com/package/vue-at"><img height="20" src="https://img.shields.io/npm/dm/vue-at.svg"></a>&nbsp;&nbsp;<a href="https://github.com/fritx/vue-at"><img width="90" height="20" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>&nbsp;&nbsp;<a href="https://github.com/fritx/vue-at"><img width="84" height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>&nbsp;&nbsp;<a href="https://gitter.im/fritx/vue-at?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img width="92" src="https://badges.gitter.im/fritx/vue-at.svg" alt="Join the chat at https://gitter.im/fritx/vue-at"></a>
94

105
<img width="262" height="218" src="https://raw.githubusercontent.com/fritx/vue-at/master/WechatIMG1.jpeg">&nbsp;&nbsp;<img width="262" height="218" src="https://raw.githubusercontent.com/fritx/vue-at/master/WechatIMG2.jpeg">
116

@@ -17,9 +12,10 @@ Live Demo & Documentation: https://fritx.github.io/vue-at
1712
- [x] Plain-text based, no jQuery, no extra nodes
1813
- [x] Content-Editable / Textarea
1914
- [x] Avatars, custom templates
20-
- [x] Vue2 / Vue1
21-
- [x] Vuetify / Element-UI
15+
- [x] Vue3 / Vue2 / Vue1
16+
- [x] Vuetify / Element-UI / Element-Plus
2217
- [ ] Vue-CLI 3 migration
18+
- [ ] Vite Migration
2319

2420
See also: [react-at](https://github.com/fritx/react-at)
2521

@@ -33,7 +29,11 @@ See also: [react-at](https://github.com/fritx/react-at)
3329

3430
Finally I ended up creating this.
3531

32+
for Vue3, read [this](https://github.com/fritx/vue-at/tree/wip-vue3) instead.
33+
3634
```plain
35+
npm i [email protected] # for Vue3 (branch wip-vue3)
36+
3737
npm i [email protected] # for Vue2 <----
3838
npm i [email protected] # for Vue1 (branch vue1-legacy)
3939
npm i vue1-at # for Vue1 (branch vue1-new)

0 commit comments

Comments
 (0)