tochoromero / vuejs-smart-table

Simple yet powerful Data Table for Vue with vanilla HTML structure
https://tochoromero.github.io/vuejs-smart-table/
MIT License
220 stars 61 forks source link

Import directly inside component, not globally #98

Open mathvicot15 opened 2 years ago

mathvicot15 commented 2 years ago

Hello,

How do you import SmartTable components (VTable, VTh...) directly into a component instead of importing them globally?

I can't find an example in the documentation and it doesnt work if I try to import them one by one : import { VTable } from "vuejs-smart-table"

Thanks for your work

trejo08 commented 2 months ago

Same Here