dxxzst / element-ui-money

Input field component to display a formatted currency value based on Vue and the style of element-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

element-ui-money

基于element ui 样式的货币格式输入框,自动补全分隔符

属性:

fix 保留位数

e.g demo

<money :fixed='2' v-model="a">
    <template slot="append">KUSD</template>
</money>

About

Input field component to display a formatted currency value based on Vue and the style of element-ui


Languages

Language:Vue 100.0%