UNPKG
@johnnyguan/vue-captcha-code
Version:
latest (0.1.3)
0.1.3
0.1.2
vue captcha code
github.com/johnnyguan/vue-captcha-code
johnnyguan/vue-captcha-code
@johnnyguan/vue-captcha-code
/
src
/
main.js
9 lines
(7 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vue
from
'vue'
import
App
from
'./App.vue'
import
'./components'
Vue
.
config
.
productionTip
=
false
new
Vue
({
render
:
h
=>
h
(
App
), }).$mount(
'#app'
)