-
-
Notifications
You must be signed in to change notification settings - Fork 115
Percentage Filter #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@dderjoel I'm sorry for such a long delay, but I finally found some free time and added this filter to the package. I've already published the beta version |
Works well, thank you for adding it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was wondering if a small percentage Filter would be an useful addition:
currently, we use in our project.
I know its just a very small addition, but it will make (at least my) code base cleaner, since I can use
formatter: (v: number): string => this.$options.filters.percent(v)
feel free to make suggestions
The text was updated successfully, but these errors were encountered: