質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -96,9 +96,7 @@
|
|
96
96
|
|
97
97
|
});
|
98
98
|
|
99
|
-
|
100
|
-
|
101
|
-
|
99
|
+
|
102
100
|
|
103
101
|
app.component("v-select", VueSelect.VueSelect);
|
104
102
|
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,6 +6,14 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
+
警告とエラーが2つが発生していますが、原因特定ができていません。
|
10
|
+
|
11
|
+
vue.global.js:1235 [Vue warn]: Unhandled error during execution of created hook
|
12
|
+
|
13
|
+
vue.global.js:1414 Uncaught TypeError: this.$on is not a function
|
14
|
+
|
15
|
+
|
16
|
+
|
9
17
|
解決方法わかる方いらっしゃいましたらご教授お願いします。
|
10
18
|
|
11
19
|
|