Vue-3 Support plans
See original GitHub issueHello and thanks for the great package!!
This isn’t really an issue. I just wanted to know what the plans & timelines are for supporting Vue 3. Also any pointers towards using feathers-vuex along with Vue 3 would be great : I’m just integrating feeathersvuex into an existing vue-3 project and getting errors like
export 'createElement' (imported as 'baseCreateElement') was not found in '@vue/composition-api
and
export 'default' (imported as 'Vue') was not found in 'vue'
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Frequently Asked Questions - Vue.js
We are planning to provide extended support for Vue 2 for teams with such needs - if your team expects to be using...
Read more >What's new in Vue 3 — a roundup. Vue 3 - Medium
In short, Vue 3 would be the new default. Vue 2 would remain in LTS (long-term support) version for 18 months, which means...
Read more >rfcs/0038-vue3-ie11-support.md at master · vuejs/rfcs - GitHub
Drop IE11 support plan for Vue 3. Focus on backport compatible features back to Vue 2.7. Motivation. We have been asked about IE11...
Read more >Vue 3 support - Material Design for Bootstrap
Vue 3 has now been released for about a month, is there any plan to support it/possible to get a timeline in regards...
Read more >How to Migrate from Vue v.2 to Vue v.3 with a Simple Example ...
Vue 3 is still relatively new. You don't have to migrate all your projects over, but as time goes by, support for version...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kaizenseed I rewrote feathers-vuex with all tests passing for Vue 3, then we started getting some amazing contributions from the community for the current (Vue 2) version. The changes have been so substantial and important that I’ve scrapped the original rewrite.
It seems the pull requests are coming to a calm, now, so I may look at doing a rewrite again, soon.
@tasker204, I’ve started work, today, to convert this project to use vue-demi with no other changes. Let’s cross our fingers that it just works!