I'm experimenting with Vuetify on my Laravel Vue application, and everything seems to be working fine except for the DataTables styles. The padding of the cells is not vertically center aligned as expected. Here's a screenshot https://i.sstatic.net/mp6zB.png
Interestingly, the same code works perfectly fine on CodePen. You can check it out here.
...
The issue appears to be a conflict with Bootstrap, and a similar problem occurs with Bulma. Is there a way to resolve this?