UNPKG
hpc-gitment
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A comment plugin by gitment
github.com/vuetop/top-gitment
vuetop/top-gitment
hpc-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
) })