Skip to content

Commit

Permalink
Merge pull request #15 from traP-jp/button実装
Browse files Browse the repository at this point in the history
ボタン
  • Loading branch information
cp-20 authored Jun 15, 2024
2 parents 86ece22 + 7467bbe commit 8294d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/Button.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<template>

Check failure on line 1 in frontend/src/components/Button.vue

View workflow job for this annotation

GitHub Actions / lint

Component name "Button" should always be multi-word
<button type="button"><slot></slot></button>
</template>

0 comments on commit 8294d2a

Please sign in to comment.