UNPKG
vue-hot-key
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
A Vue.js hot key plugin
github.com/jinghaoo/vue-hot-key
jinghaoo/vue-hot-key
vue-hot-key
/
dist
/
demo.html
11 lines
(7 loc)
•
196 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
meta
charset
=
"utf-8"
>
<
title
>
vue-hot-key demo
</
title
>
<
script
src
=
"./vue-hot-key.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./vue-hot-key.css"
>
<
script
>
console
.
log
(vue-hot-key)
</
script
>