文件名称:v-currency-用于格式化货币的Vue组件。-Vue.js开发
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-16 16:36:06
Vue.js Miscellaneous
v-currency一个用于在Vue.js中格式化货币的插件用法Vue.use(Currency,{“ type”:“ USD”,“ thousandSeparator”:true,}); 为了使用v vcurrency一个插件,用于格式化Vue.js中的货币用法Vue.use(Currency,{“ type”:“ USD”,“ thousandSeparator”:true,}); 为了在您的组件中使用它:导出默认{名称:'Sample',data(){返回{资金:[100500.945,15043.5,9909,210,44.30,-24,'tq1']}},方法:{ getMoneys(i){返回this。$ helpers.currency(this.moneys [i]); },},要即时更改货币onChange(e){this。$ helpers.changeCurren