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
/
lib
/
index.js
10 lines
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
TopGitment
from
'./TopGitment.vue'
const
comment = {
install
:
function
(
Vue
) {
Vue
.
component
(
TopGitment
.
name
,
TopGitment
) } }
if
(
typeof
window
!==
'undefined'
&&
window
.
Vue
) {
window
.
Vue
.
use
(comment) }
export
default
comment