File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
docs/.vuepress/components Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11docs
22dist
3- examples
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ node_modules
1414.temp
1515.cache
1616example *
17+ * .bak
Original file line number Diff line number Diff line change 2525 :value =" priceDirective"
2626 v-number =" config"
2727 type =" text"
28- @change =" ({target})=> priceDirective= target.value"
28+ @change =" ({ target }) => ( priceDirective = target.value) "
2929 @input =" onInput"
3030 @focus =" onFocus"
3131 @blur =" onBlur"
@@ -145,14 +145,14 @@ export default {
145145 price: 1234.567 ,
146146 priceDirective: 1234.567 ,
147147 config: {
148- decimal: ' . ' ,
149- separator: ' , ' ,
150- prefix: ' $ ' ,
148+ decimal: ' , ' ,
149+ separator: ' . ' ,
150+ prefix: ' Rs. ' ,
151151 suffix: ' ' ,
152152 precision: 2 ,
153153 nullValue: ' ' ,
154154 masked: false ,
155- reverseFill: false
155+ reverseFill: true
156156 }
157157 }
158158 },
You can’t perform that action at this time.
0 commit comments