This commit is contained in:
syuilo 2020-09-05 12:17:58 +09:00
parent 5a1229702b
commit da5f38f55d
1 changed files with 2 additions and 0 deletions

View File

@ -15,7 +15,9 @@
<script lang="ts">
import { defineComponent } from 'vue';
export default defineComponent({
emits: ['click'],
props: {
type: {
type: String,