refactor: change v-model to .sync modifier, other small changes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
:dark="dark"
|
||||
noSorting
|
||||
>
|
||||
<template v-slot:status="{item}">
|
||||
<template #status="{item}">
|
||||
<td>
|
||||
<CBadge :variant="getBadge(item.status)">{{item.status}}</CBadge>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user