Skip to content

Instantly share code, notes, and snippets.

<template>
<b-table>
<b-thead>
    <b-tr>
      <b-th class="text-left small text-muted border-top-0" style="width:15%;">名前</b-th>
    <b-th class="text-left small text-muted border-top-0" style="width:25%;" v-if="isRecordButton">メモ</b-th>
    </b-tr>
</b-thead>
<b-tbody>
<template v-for="(pattern, index) in patterns">