1.1.6 • Published 1 year ago

common-notification-plus v1.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

公共消息模块组件

安装依赖

npm install common-notification-plus

开始使用

1:在需要使用的文件中引入
import SelfNotification from 'common-notification-plus'
Vue.use(SelfNotification)
2:在需要的文件中使用
<SelfNotification :requestUrl="url" :token="token" :isOpen="true" :tenant="tenantID" :socketPath="WebSocketPath"></SelfNotification>
data(){
  return{
    url: 'https://profile-api.ddmarketinghub.com',
    token: "Bearer " + yourIdToken
  }
}
注:requestUrl和token为必传项
isOpen?: 是否初始话是就打开消息列表窗口
tenant?: 1-Zero 2-Hedgehood
socketPath?: websocket请求url
1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago