mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
- metered plan decimal extended into 3 places
- paginator fix
This commit is contained in:
@@ -148,6 +148,7 @@ export default {
|
||||
let formatter = new Intl.NumberFormat('en-US', {
|
||||
style: 'currency',
|
||||
currency: currency,
|
||||
maximumFractionDigits: 4,
|
||||
})
|
||||
|
||||
return formatter.format(amount)
|
||||
|
||||
Reference in New Issue
Block a user