質問編集履歴

2

編集

2020/04/15 15:02

投稿

kakedashidesu
kakedashidesu

スコア50

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  @Prop({ type: String, required: true }) text: string
54
54
 
55
- @Prop({ type: boolean }) isRedius: boolean
55
+ @Prop({ type: boolean }) hoogehoge: boolean
56
56
 
57
57
  }
58
58
 

1

編集

2020/04/15 15:02

投稿

kakedashidesu
kakedashidesu

スコア50

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,8 @@
17
17
  :text="`${book.name}`"
18
18
 
19
19
  :key="book.id"
20
+
21
+ :hogehoge="true"
20
22
 
21
23
  />
22
24
 
@@ -49,6 +51,8 @@
49
51
  export default class UserChip extends Vue {
50
52
 
51
53
  @Prop({ type: String, required: true }) text: string
54
+
55
+ @Prop({ type: boolean }) isRedius: boolean
52
56
 
53
57
  }
54
58