Skip to content

Commit

Permalink
docs(VCheckboxBtn): fix example simple checkbox (#20115)
Browse files Browse the repository at this point in the history
  • Loading branch information
overclocked555 authored Jul 9, 2024
1 parent b17cb33 commit 34aa0e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<v-data-table :items="consoles">
<template v-slot:item.exclusive="{ item }">
<v-checkbox
<v-checkbox-btn
v-model="item.exclusive"
readonly
></v-checkbox>
></v-checkbox-btn>
</template>
</v-data-table>
</template>
Expand Down

0 comments on commit 34aa0e0

Please sign in to comment.