vue-toastflow 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<p align="center">
|
|
4
|
-
<img src="../../images/banner.png" alt="Toastflow banner" width="900" />
|
|
5
|
-
</p>
|
|
1
|
+
https://github.com/adrianjanocko/toastflow
|
|
6
2
|
|
|
7
3
|
<h1 align="center">Toastflow</h1>
|
|
8
4
|
<p align="center">
|
|
@@ -11,12 +7,6 @@
|
|
|
11
7
|
|
|
12
8
|
---
|
|
13
9
|
|
|
14
|
-
## Preview
|
|
15
|
-
|
|
16
|
-
<p align="center">
|
|
17
|
-
<img src="../../images/showcase.png" alt="Toastflow showcase" width="850" />
|
|
18
|
-
</p>
|
|
19
|
-
|
|
20
10
|
## Usage (Vue.js 3 Composition API)
|
|
21
11
|
|
|
22
12
|
### Quick start
|
package/package.json
CHANGED