Open mathvicot15 opened 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"
import { VTable } from "vuejs-smart-table"
Thanks for your work
Same Here
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