UNPKG
vue-tweet-embed
Version:
latest (2.4.0)
2.4.0
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
Embed tweets in your vue.js app
github.com/tonickkozlov/vue-tweet-embed
tonickkozlov/vue-tweet-embed
vue-tweet-embed
/
examples
/
tweet
/
index.html
14 lines
(11 loc)
•
230 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
html
>
<
html
lang
=
"en"
dir
=
"ltr"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
vue-tweet-embed examples
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"index.build.js"
charset
=
"utf-8"
>
</
script
>
</
body
>
</
html
>