We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dee412 commit 089be75Copy full SHA for 089be75
src/playground/configs/templates/ClientTable.vue
@@ -122,12 +122,12 @@
122
123
<!-- <template #[`header.data-table-select`]>
124
<div class="d-flex justify-center">
125
- <v-icon>mdi mdi-vuetify</v-icon>
+ <v-icon icon="$vuetify"></v-icon>
126
</div>
127
</template> -->
128
129
<!-- <template #[`header.sortIcon`]>
130
- <fa-icon icon="fa-solid fa-arrow-up"></fa-icon>
131
132
133
<!-- <template #[`header.id`]="{ column }">
@@ -166,7 +166,7 @@
166
167
168
<!-- <template #[`item.data-table-select`]>
169
170
171
172
<!-- <template #[`item.data-table-expand`]>
0 commit comments