vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.11k stars 6.92k forks source link

docs(VDataTable): adjust item key slot for v-data-table to make eslint happy #18654

Open mszkb opened 6 months ago

mszkb commented 6 months ago

Description

Editing documentation for item-key-slot for dynamic datatables. Eslint will show an error. Editing the syntax to dynamic arguments: https://vuejs.org/guide/essentials/template-syntax.html#dynamic-arguments will solve the issue without having to modify eslint like described here: https://stackoverflow.com/questions/61344980/v-slot-directive-doesnt-support-any-modifier

Markup:

Use the code from the documentation: https://github.com/vuetifyjs/vuetify/blob/master/packages/docs/src/examples/v-data-table/slot-item-key.vue