Skip to content

Commit

Permalink
RadioCardの実装
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattuki committed Jul 20, 2024
1 parent aa84a4e commit 1445cba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/pages/registerView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<radio-card
title="選択肢"
content="選択肢選択肢選択肢選択肢選択肢選択肢選択肢選択肢"
input-id="1"
name="a"
value="a"
/>
Expand Down

0 comments on commit 1445cba

Please sign in to comment.