Skip to content

Commit

Permalink
Typoしてたのでcomponent名修正
Browse files Browse the repository at this point in the history
  • Loading branch information
oER4 committed Jul 8, 2024
1 parent 5098e89 commit 79a3406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/chipCard.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<script setup lang="ts">
import Buton from 'primevue/button';
import button from 'primevue/button';
</script>

<template>
<div>
<Buton label="物品を登録" />
<button label="物品を登録" />

Check failure on line 7 in src/components/chipCard.vue

View workflow job for this annotation

GitHub Actions / Type Check

Object literal may only specify known properties, and 'label' does not exist in type 'ButtonHTMLAttributes & ReservedProps'.
</div>
</template>

0 comments on commit 79a3406

Please sign in to comment.