-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
# vue-at | ||
|
||
[![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) | ||
|
||
<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> | ||
<a href="https://opencollective.com/vue-at#backers"><img src="https://opencollective.com/vue-at/backers.svg?width=890"></a> | ||
|
||
<a href="https://www.npmjs.com/package/vue-at"><img height="20" src="https://img.shields.io/npm/dm/vue-at.svg"></a> <a href="https://github.com/fritx/vue-at"><img width="90" height="20" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a> <a href="https://github.com/fritx/vue-at"><img width="84" height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a> | ||
<a href="https://www.npmjs.com/package/vue-at"><img height="20" src="https://img.shields.io/npm/dm/vue-at.svg"></a> <a href="https://github.com/fritx/vue-at"><img width="90" height="20" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a> <a href="https://github.com/fritx/vue-at"><img width="84" height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a> <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> | ||
|
||
<img width="262" height="218" src="https://raw.githubusercontent.com/fritx/vue-at/master/WechatIMG1.jpeg"> <img width="262" height="218" src="https://raw.githubusercontent.com/fritx/vue-at/master/WechatIMG2.jpeg"> | ||
|
||
|
@@ -17,9 +12,10 @@ Live Demo & Documentation: https://fritx.github.io/vue-at | |
- [x] Plain-text based, no jQuery, no extra nodes | ||
- [x] Content-Editable / Textarea | ||
- [x] Avatars, custom templates | ||
- [x] Vue2 / Vue1 | ||
- [x] Vuetify / Element-UI | ||
- [x] Vue3 / Vue2 / Vue1 | ||
- [x] Vuetify / Element-UI / Element-Plus | ||
- [ ] Vue-CLI 3 migration | ||
- [ ] Vite Migration | ||
|
||
See also: [react-at](https://github.com/fritx/react-at) | ||
|
||
|
@@ -33,7 +29,11 @@ See also: [react-at](https://github.com/fritx/react-at) | |
|
||
Finally I ended up creating this. | ||
|
||
for Vue3, read [this](https://github.com/fritx/vue-at/tree/wip-vue3) instead. | ||
|
||
```plain | ||
npm i [email protected] # for Vue3 (branch wip-vue3) | ||
npm i [email protected] # for Vue2 <---- | ||
npm i [email protected] # for Vue1 (branch vue1-legacy) | ||
npm i vue1-at # for Vue1 (branch vue1-new) | ||
|