Open zluiten opened 3 years ago
Yes, the plugin is only usable for vue 2 at the moment. If #20 would be resolved and it is licensed unter MIT I could rewrite to TS and vue 3 and make a PR.
I just realized that filters are removed from vue 3 (https://v3.vuejs.org/guide/migration/filters.html#overview) so it would make more sense to write a new plugin to keep things compatible.
@anli-xsigns This doesnt still work with Vue3 after 2 years??
Its a Vue 2 package that was made as wrapper to use luxon in Filters in vue 2. In vue 3 filters are removed. You can just use the luxon package in vue 3 and assign it as a global prop.
However ill make a new version for Vue 3, to provide a global prop and a useLuxon
function for setup api.
I'm having issues using this component with Vue 3. Is that because Vue 3 is not supported?
Component configuration: