0.0.7 • Published 6 years ago
vue-common-xg v0.0.7
xg common package, support:
- notification
通知模块
组件
NotificationBell
: 提供默认视觉的通知组件
页面
NotificationPage
: 提供默认视觉的通知页面
对象及其API
在Vue中,可以使用Vue.$notification
或者在组件内直接this.$notification
引用通知组件
$notification.query({params})
$notification.markRead(all = false)
$notification.delete(id)
通用基础模块
Vue.$xg, this.$xg
API
$xg.handleApiError(e)