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
/
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