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
/
index.js
11 lines
(8 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
VueNumericInput
from
'./vue-numeric-input.vue'
const
plugin = {
install
(
Vue
) {
Vue
.
component
(
VueNumericInput
.
name
,
VueNumericInput
) } }
VueNumericInput
.
install
= plugin.
install
export
default
VueNumericInput