fix: apply ESLint rule vue/component-name-in-template-casing
This commit is contained in:
@@ -43,11 +43,7 @@ export default {
|
||||
<p class="body" :class="$dm('text-black-700', 'dark:text-slate-100')">
|
||||
{{ description }}
|
||||
</p>
|
||||
<card-button
|
||||
v-for="action in actions"
|
||||
:key="action.id"
|
||||
:action="action"
|
||||
/>
|
||||
<CardButton v-for="action in actions" :key="action.id" :action="action" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user