UNPKG
vue-directive-tooltip
Version:
latest (1.6.3)
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.5
1.0.3
1.0.2
1.0.0
Vue.js tooltip directive
github.com/hekigan/vue-directive-tooltip
hekigan/vue-directive-tooltip
vue-directive-tooltip
/
dist
/
demo.html
11 lines
(7 loc)
•
228 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
meta
charset
=
"utf-8"
>
<
title
>
vueDirectiveTooltip demo
</
title
>
<
script
src
=
"./vueDirectiveTooltip.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./vueDirectiveTooltip.css"
>
<
script
>
console
.
log
(vueDirectiveTooltip)
</
script
>