You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> [Element](https://github.com/ElemeFE/element) Message clone, and did just a little change. If you have a better idea of this component improvement, please share it and I will update it immediately.
4
+
5
+
## Install
6
+
7
+
```bash
8
+
npm install vue-multiple-message -S
9
+
```
10
+
11
+
## Quick Start
12
+
13
+
```bash
14
+
import Vue from 'vue'
15
+
import Message from 'vue-multiple-message'
16
+
Vue.prototype.$message = Message
17
+
```
18
+
19
+
For more information, please refer to [Message](https://vue-multiple.github.io/message) in our documentation.
0 commit comments