Skip to content

Commit 089be75

Browse files
Update example
1 parent 7dee412 commit 089be75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/playground/configs/templates/ClientTable.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@
122122

123123
<!-- <template #[`header.data-table-select`]>
124124
<div class="d-flex justify-center">
125-
<v-icon>mdi mdi-vuetify</v-icon>
125+
<v-icon icon="$vuetify"></v-icon>
126126
</div>
127127
</template> -->
128128

129129
<!-- <template #[`header.sortIcon`]>
130-
<fa-icon icon="fa-solid fa-arrow-up"></fa-icon>
130+
<v-icon icon="$vuetify"></v-icon>
131131
</template> -->
132132

133133
<!-- <template #[`header.id`]="{ column }">
@@ -166,7 +166,7 @@
166166
</template> -->
167167

168168
<!-- <template #[`item.data-table-select`]>
169-
<v-icon>mdi mdi-vuetify</v-icon>
169+
<v-icon icon="$vuetify"></v-icon>
170170
</template> -->
171171

172172
<!-- <template #[`item.data-table-expand`]>

0 commit comments

Comments
 (0)