UNPKG
vue-numeric-input
Version:
latest (2.0.0)
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Vue Numeric Input Component
github.com/JayeshLab/vue-numeric-input/
JayeshLab/vue-numeric-input
vue-numeric-input
/
src
/
main.js
9 lines
(6 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vue
from
'vue'
import
App
from
'./App.vue'
Vue
.
config
.
productionTip
=
false
new
Vue
({
render
:
h
=>
h
(
App
) }).$mount(
'#app'
)