-
Notifications
You must be signed in to change notification settings - Fork 37
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
7 additions
and
3 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ You can find **React.js** version of this library from [here](https://github.com | |
|
||
|
||
``` | ||
For Vue.js 3 => [email protected].3 (still beta) There is no breaking changes.The api is as same as v2. | ||
For Vue.js 3 => [email protected].5 (still beta) There is no breaking changes.The api is as same as v2. | ||
The Only changed thing is JS files doesn't include css file content. | ||
You need to import dist/style.css or src/vue-toastr.scss to your project. | ||
This gives more flexibility to library. | ||
|
@@ -14,9 +14,13 @@ Dev branch: https://github.com/s4l1h/vue-toastr/tree/dev-v3 | |
Demo: https://codesandbox.io/s/quizzical-grass-eb62u | ||
For Vue.js 2 => [email protected] (stable) | ||
For Vue.js 1 => [email protected] (stable) | ||
``` | ||
For Vue.js 3 => [[email protected]](https://github.com/s4l1h/vue-toastr/tree/dev-v3) | ||
|
||
For Vue.js 2 => [[email protected]](https://github.com/s4l1h/vue-toastr/tree/master) | ||
|
||
For Vue.js 1 => [[email protected]](https://github.com/s4l1h/vue-toastr/tree/1.0) | ||
|
||
|
||
## Project setup | ||
|
||
|