UNPKG
vue-notification-bell
Version:
latest (0.9.12)
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.15
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
A Vue.js UI component for showing notifications
github.com/mrastiak/vue-notification-bell
vue-notification-bell
/
src
/
main.js
9 lines
(6 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vue
from
'vue'
import
App
from
'./App.vue'
Vue
.
config
.
productionTip
=
false
new
Vue
({
render
:
h
=>
h
(
App
) }).$mount(
'#app'
)