mannyyang / vuetable-3

data table simplify! -- datatable component for Vue 2.x. An updated fork of the one built by ratiw as that seemed to be unmaintained. See documentation at
https://mannyyang.github.io/vuetable-3/
MIT License
23 stars 4 forks source link

Omitting .vue Extension Breaks vite #22

Open deepdivedylan opened 1 year ago

deepdivedylan commented 1 year ago

When using this project with vite, I encountered the following error:

Could not resolve "./VuetableRowHeader" from "node_modules/vuetable-3/src/components/Vuetable.vue"

The cause is the .vue extension is omitted and must be included. This pull request resolves this error. It also deletes the conflicting yarn.lock file as well as updates the package-lock.json file.