common-notification-v3
v1.0.3
Published
Common Notification V3
Downloads
293
Readme
消息通知公共组件
安装依赖
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"></Notification>