質問編集履歴
1
スペル修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -94,7 +94,7 @@
|
|
94
94
|
|
95
95
|
@Prop({type: String, required:true})
|
96
96
|
|
97
|
-
labl
|
97
|
+
label:string;
|
98
98
|
|
99
99
|
}
|
100
100
|
|
@@ -110,14 +110,6 @@
|
|
110
110
|
|
111
111
|
|
112
112
|
|
113
|
-
エラーは
|
114
|
-
|
115
|
-
```ここに言語を入力
|
116
|
-
|
117
|
-
[Vue warn]: Missing required prop: "lable"
|
118
|
-
|
119
|
-
```
|
120
|
-
|
121
113
|
|
122
114
|
|
123
115
|
となっているのですが原因がわからず・・・
|