-
Notifications
You must be signed in to change notification settings - Fork 121
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
Filters being deprecated in Vue 3 #144
Comments
eek! probably not then. |
@joshmakar I have made a little Vue 3 repo here to test how we could include moment in a plugin https://github.com/BrockReece/vu3-moment Any thoughts? |
@BrockReece I haven't started using Vue 3 yet but didn't want to start using a package that may become obsolete when we move our app to Vue 3. So I don't know much about Vue 3 at the moment. I did find a method to attach Moment to our Vue instance for the time being https://stackoverflow.com/questions/34308004/moment-js-with-vuejs/43113066#43113066 Not sure what the pros/cons would be of incorporating it this way though. |
Tnx for guidance @joshmakar :) , was afraid am at dead end for vue 3 and moment.js :)
Then in any component
|
thanks, @songoo this method final worked |
Check #166 |
Will this still work in Vue 3 with filters being deprecated?
https://v3.vuejs.org/guide/migration/filters.html#overview
The text was updated successfully, but these errors were encountered: