1.0.5 • Published 3 months ago

common-notification-v3 v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

消息通知公共组件

安装依赖

npm install common-notification-v3

属性说明

requestUrl: 请求路径
token: 请求携带的token
socketPath: socket路径
isOpen: 是否默认展开
mainColor:主题色

开始使用

1:在main.js文件中引入
import Notification from 'common-notification-v3'
import 'common-notification-v3/dist/style.css'
app.use(Notification)

2:在需要的文件中使用
<Notification :requestUrl="requestUrl" :token="token" :isOpen="false" :socketPath="socketPath" mainColor="#0A853B" @update:isOpen="listenOpen"></Notification>
1.0.5

3 months ago

1.0.4

4 months ago

1.0.3

8 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago