0👍
I think you have to install the core datatables package manually (currently, you have vue and bootstrap bindings and select 2 bootstrap plugin). Try:
npm i datatables.net
and then import the main component from there:
import DataTable from 'datatables.net'
- [Vuejs]-How to get the element <div> from swiper api
- [Vuejs]-How to use vue3 suspense on the root level?
Source:stackexchange.com