UNPKG
top-gitment
Version:
latest (0.0.2)
0.0.2
0.0.1
A comment plugin by gitment
github.com/vuetop/top-gitment
vuetop/top-gitment
top-gitment
/
src
/
main.js
8 lines
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Vue
from
'vue'
import
App
from
'./App.vue'
import
TopGitment
from
'./lib/index.js'
Vue
.
use
(
TopGitment
)
new
Vue
({
el
:
'#app'
,
render
:
h
=>
h
(
App
) })