You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
Yielded a value of 1.000, meaning it was using the default config.
{{ 1000 | dollars }}
Threw an error
[Vue warn]: Failed to resolve filter: dollars
The text was updated successfully, but these errors were encountered:
Soviut
changed the title
Nuxt implementation not allowing multiple configurations
BUG: Nuxt implementation not allowing multiple configurations
Aug 2, 2020
Soviut
changed the title
BUG: Nuxt implementation not allowing multiple configurations
BUG: Nuxt config not allowing multiple configurations
Aug 2, 2020
I'm using vue-currency-filter in Nuxt and wanted to have two configurations; The default to show dollars and cents, and another to show just dollars.
However, using the configuration example in the README for multiple configs did not seem to register the filters correctly.
A simplified version of my nuxt.config.js
Yielded a value of
1.000
, meaning it was using the default config.Threw an error
The text was updated successfully, but these errors were encountered: