This repository has been archived by the owner on May 15, 2023. It is now read-only.
Releases: mazipan/vue-currency-filter
Releases · mazipan/vue-currency-filter
Multiple Instance
- Adding new configs
name
for multiple instance of filters, see pulls #45
Add Nuxt Module
Now we can use VueCurrencyFilter
as Nuxt Module like this:
{
modules: [
'vue-currency-filter/nuxt'
]
}
Thanks to @ricardogobbosouza at #36
Scoping configuration
- Closing #12
Fix using seperator space
As issue #9, we fixed when using separator space
Bug fixes and improve
[bugfix] fix symbolSpacing not working
#6 fix symbolSpacing not working
Bug fixes
Add on the fly config
Now you can add on the fly config in filter like :
<span>
{{ textInput | currency(configSymbol, configSeparator, configFractionCount,
configFractionSeparator, configSymbolPosition, configSymbolSpacing)}}
</span>