回答編集履歴

2

importの修正忘れ2

2018/08/24 06:41

投稿

退会済みユーザー
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  components:{
20
20
 
21
- "input-base" : InputBase
21
+ input-base
22
22
 
23
23
  }
24
24
 

1

importの修正忘れ

2018/08/24 06:41

投稿

退会済みユーザー
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```Javascript
6
6
 
7
- import InputBase from '../components/_input_base';
7
+ import input-base from '../components/_input_base';
8
8
 
9
9
 
10
10