future-architect / cheetah-grid

The fastest open-source data table for web.
https://future-architect.github.io/cheetah-grid/
MIT License
1.46k stars 117 forks source link

Vue3 support? #421

Closed tanaeakihiko closed 3 months ago

tanaeakihiko commented 3 months ago

Vue2 has reached End of Life on December 31st, 2023. Are you going to support Vu3?

ota-meshi commented 3 months ago

We are using this library with Vue3.

tetsuwanadam commented 3 months ago

I only see installation instructions for Vue 2 in the documentation.

import CGrid from "vue-cheetah-grid";

Vue.use(CGrid);

How can the Vue plugin be used with Vue 3?

disarticulate commented 3 months ago

I get errors in vite trying to use this in Vue3.