headerスロットを使います。
https://vuetifyjs.com/ja/api/v-data-table/#slots
<v-data-table :items="items">
<template v-slot:header>
<thead>
<th>ID</th>
<th>名前</th>
<th>緊急<br />連絡先</th>
</thead>
</template>
</v-data-table>
Go to list of users who liked
More than 1 year has passed since last update.
headerスロットを使います。
https://vuetifyjs.com/ja/api/v-data-table/#slots
<v-data-table :items="items">
<template v-slot:header>
<thead>
<th>ID</th>
<th>名前</th>
<th>緊急<br />連絡先</th>
</thead>
</template>
</v-data-table>
Register as a new user and use Qiita more conveniently
Go to list of users who liked