When I run the following code, I get the following results (Google Chrome running screenshot). The running result is as follows: enter image description here When I use v-slot, the code is as follows: The running result is as follows: enter image description here So in Vue2.7, v-slot is not available, how to solve the problem? Answer Your syntax is
Tag: v-slot
Vuetify Data Table Expand Row on Column Click
I have a vuetify data table that includes expandable rows. The only real difference I have from the demo is that I would like the item.name column to open/close the expandable row just like the chevron icon. When I put an @click handler on the v-slot for that column I get the error Error in v-on handler: “TypeError: expand is