Which package manager did you use for the install?
npm
i tried to embed the simplest vstable code and getting error stated in title
<template>
<div>
<vs-table>
<template #thead>
<vs-tr>
<vs-th>
Name
</vs-th>
<vs-th>
Email
</vs-th>
<vs-th>
Id
</vs-th>
</vs-tr>
</template>
</vs-table>
</div>
</template>
haven't even tried to insert body yet
error:
[Vue warn]: Error in mounted hook: "TypeError: Invalid attempt to spread non-iterable instance"
found in
---> <VsTable>
<Index> at src/views/orders/Index.vue
<Main> at src/layouts/main/Main.vue
<App> at src/App.vue
<Root>
i tried to embed the simplest vstable code and getting error stated in title
haven't even tried to insert body yet
error: