linmasahiro / vue3-table-lite

A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.
https://vue3-lite-table.vercel.app/
MIT License
248 stars 74 forks source link

Examples not compatible with latest version of vue3 and node18 #90

Closed Rednas83 closed 1 year ago

Rednas83 commented 1 year ago

I am not able to get the Filter3 example up and running.

Can you consider migrating to the latest version of vue3 and node18?

Tried it myself too but ran in it to all kinds of problems😬 image image

linmasahiro commented 1 year ago

Hi @Rednas83 I am resolved the problem, if you will be use v5.0.8 to run the project, please fork 90-examples-not-compatible-with-latest-version-of-vue3-and-node18 branch.

※This is vue-cli version problem. Upgrade your vue-cli to latest version and create new project, and move src folder to new project can resolved. If have any question, reopen please.