質問編集履歴

2

エラー内容

2019/04/01 03:14

投稿

poteto4401
poteto4401

スコア57

test CHANGED
File without changes
test CHANGED
@@ -77,3 +77,17 @@
77
77
  }
78
78
 
79
79
  ```
80
+
81
+
82
+
83
+ ### エラー内容
84
+
85
+ ```
86
+
87
+ Module parse failed: Unexpected character '�' (1:0)
88
+
89
+ You may need an appropriate loader to handle this file type.
90
+
91
+ (Source code omitted for this binary file)
92
+
93
+ ```

1

使用ライブラリ

2019/04/01 03:14

投稿

poteto4401
poteto4401

スコア57

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,17 @@
30
30
 
31
31
  data() {
32
32
 
33
+ options: "",
34
+
33
35
  filepath: "",
36
+
37
+ },
38
+
39
+ mount() {
40
+
41
+ // Plyrを使用しています
42
+
43
+ const player = new Plyr("#player", this.options);
34
44
 
35
45
  },
36
46