boussadjra/vueye-table

Vue3 support

Opened this issue · 1 comments

Thanks for the amazing component @boussadjra
Are there any plans for adjusting it to work with a Vue3 out of the box, without composition-api plugin + Vue2 ?

if I add it to Vue3 app I get the following error

Uncaught (in promise) Error: [vue-composition-api] must call Vue.use(plugin) before using any function.
    at assert (vue-composition-api.module.js:32:15)

It is not compatible with vue 3, I'll try to upgrade when I have enough time