UNPKG
vue-gitment
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
A comment plugin by gitment
github.com/vue-blog/vue-gitment
vue-blog/vue-gitment
vue-gitment
/
index.html
13 lines
(12 loc)
•
263 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
vue-gitment
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"/dist/vue-gitment.js"
>
</
script
>
<!-- <script src="/dist/build.js"></script> -->
</
body
>
</
html
>