common-notification-plus
1.1.8 • Public • Published
npm install common-notification-plus
1:在main.js文件中引入
import SelfNotification from 'common-notification-plus'
import "common-notification-plus/dist/style.css"
app.use(SelfNotification)
2:在需要的文件中使用
<SelfNotification :requestUrl="url" :token="token" :socketPath="WebSocketPath" :isOpen="isOpen" @update:isOpen="listenOpen"></SelfNotification>
data(){
return{
url: 'https://profile-api.ddmarketinghub.com',
token: "Bearer " + yourIdToken,
WebSocketPath: notification的websocket链接,
isOpen: 默认是否打开 true/false
}
}
methods: {
// 检测当前状态是否是打开状态
listenOpen(isOpen) {}
}
Package Sidebar
Install
npm i common-notification-plus
Weekly Downloads