-
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
4 changed files
with
25 additions
and
10 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 |
---|---|---|
|
@@ -13,9 +13,9 @@ Live Demo & Documentation: https://fritx.github.io/vue-at | |
- [x] Content-Editable / Textarea | ||
- [x] Avatars, custom templates | ||
- [x] Vue3 / Vue2 / Vue1 | ||
- [x] Vuetify / Element-UI / Element-Plus | ||
- [ ] Vue-CLI 3 migration | ||
- [ ] Vite Migration | ||
- [x] Vuetify / Element UI / Element Plus | ||
- [ ] Vue-CLI migration | ||
- [ ] Vite migration | ||
|
||
See also: [react-at](https://github.com/fritx/react-at) | ||
|
||
|
@@ -29,7 +29,7 @@ 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. | ||
for Vue3, read [this one](https://github.com/fritx/vue-at/tree/vue3#readme) instead. | ||
|
||
```plain | ||
npm i [email protected] # for Vue3 (branch wip-vue3) | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "vue-at", | ||
"description": "At.js for Vue", | ||
"version": "2.5.0-beta.2", | ||
"version": "2.5.0", | ||
"author": "Fritz Lin <[email protected]>", | ||
"repository": "https://github.com/fritx/vue-at", | ||
"scripts": { | ||
|
@@ -11,8 +11,9 @@ | |
"prepublish": "npm run build" | ||
}, | ||
"main": "dist/vue-at.js", | ||
"files": ["dist"], | ||
"engines": { | ||
"node": "14.x" | ||
"node": ">= 14.x" | ||
}, | ||
"peerDependencies": { | ||
"vue": "2.x" | ||
|
@@ -49,6 +50,7 @@ | |
"textarea-caret": "^3.1.0", | ||
"url-loader": "^4.1.1", | ||
"vue": "^2.7.8", | ||
"vue-hot-reload-api": "^2.3.4", | ||
"vue-loader": "^14.2.4", | ||
"vue-style-loader": "^4.1.3", | ||
"vue-template-compiler": "^2.7.8", | ||
|
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
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