boussadjra / vueye-table

A data table created using Vue.js
https://boussadjra.github.io/vueye-table/
MIT License
112 stars 15 forks source link

Vue3 support #44

Open shershen08 opened 2 years ago

shershen08 commented 2 years ago

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)
boussadjra commented 2 years ago

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