You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a class (e.g. <th class="px-6"> to that table row, the table gets broken. I'm not able to see why that is happening. It looks like the DOM elements are somehow not being renderer properly (e.g. the thead element dissapears)
Using a nested component inside a table breaks the table
Reproduction
https://github.com/gomezcabo/vite-tailwindcss-crud-example/blob/master/components/ItemsTable.vue#L25
When adding a class (e.g.
<th class="px-6">
to that table row, the table gets broken. I'm not able to see why that is happening. It looks like the DOM elements are somehow not being renderer properly (e.g. thethead
element dissapears)No errors nor warnings in the browser console.
It happens on dev and build modes.
System Info
vite
version: 0.16.6vue
version: 3.0.0-beta.14@vue/compiler-sfc
version: 3.0.0-beta.14Logs (Optional if provided reproduction)
No warnings/errors.
The text was updated successfully, but these errors were encountered: