agile-se1 / bit-web

Disallow unnecessary v-bind directives JS-0717
Anti-pattern
Minor
5 months ago5 months old
Unexpected v-bind with a string literal value
 20            <Vue3EasyDataTable
 21                :headers="tableHeaders"
 22                :items="users"
 23                :theme-color="'#062266'" 24                alternating
 25                buttons-pagination
 26                class="mb-6 rounded-lg border overflow-hidden">