插件名称 | vue-notification-bell |
---|---|
版本号 | v0.9.10 |
发布时间 | 2020年7月20日 |
插件作者 | Carrene |
用于显示通知的Vue UI组件。
# NPM
$ npm install vue-notification-bell --save
在vue文件中:
<template>
<div id="your-component">
<notification-bell />
<!-- 使用组件 -->
</div>
</template>
<script>
// 导入组件
import NotificationBell from 'vue-notification-bell'
export default {
name: 'YourComponentName',
// ...
components: {
NotificationBell // 注册组件
}
// ...
}
</script>
v0.9.10 (07/27/2021)
v0.9.9 (07/15/2021)
v0.9.8 (06/19/2021)
v0.9.7 (06/18/2021)
v0.9.1 (06/17/2021)
v0.9.0 (06/15/2021)
v0.8.15 (06/12/2021)