1.0.4 • Published 4 years ago

@trungnam/vue-currency-input v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

vue-currency-input

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

How to use

main.js

import Vue from 'vue'
import VueCurrencyInput from '@trungnam/vue-currency-input';

Vue.use(VueCurrencyInput.VueCurrencyInput);

template

<vue-currency-input />

Events

keydescriptionparams
changetriggers only when the input box loses focusvalue: String
focustriggers when Input focusese: Event
blurtriggers when Input blurse: Event

Attributes

keydescriptiontypedefault
disabledwhether Input is disabledBooleanfalse
placeholderthe placeholder of InputString""
maxValuethe maximum value of InputNumberundefined
1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago