質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,7 +40,57 @@
|
|
40
40
|
|
41
41
|
|
42
42
|
|
43
|
-
|
43
|
+
(エラー)
|
44
|
+
|
45
|
+
```ここに言語を入力
|
46
|
+
|
47
|
+
INFO Starting development server...
|
48
|
+
|
49
|
+
98% after emitting CopyPlugin
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
ERROR Failed to compile with 1 error 23:15:26
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
error in ./src/components/Counter.vue?vue&type=style&index=0&id=274929fc&lang=sass&scoped=true&
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
Syntax Error: TypeError: this.getOptions is not a function
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
@ ./node_modules/vue-style-loader??ref--9-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Counter.vue?vue&type=style&index=0&id=274929fc&lang=sass&scoped=true& 4:14-462 15:3-20:5 16:22-470
|
68
|
+
|
69
|
+
@ ./src/components/Counter.vue?vue&type=style&index=0&id=274929fc&lang=sass&scoped=true&
|
70
|
+
|
71
|
+
@ ./src/components/Counter.vue
|
72
|
+
|
73
|
+
@ ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=script&lang=js&
|
74
|
+
|
75
|
+
@ ./src/App.vue?vue&type=script&lang=js&
|
76
|
+
|
77
|
+
@ ./src/App.vue
|
78
|
+
|
79
|
+
@ ./src/main.js
|
80
|
+
|
81
|
+
@ multi (webpack)-dev-server/client?http://192.168.16.7:8080&sockPath=/sockjs-node (webpack)/hot/dev-server.js ./src/main.js
|
82
|
+
|
83
|
+
```
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
(ソース)
|
88
|
+
|
89
|
+
vue createでパッケージ作成。編集したソースはapp.vue、新規作成はCounter.vueの2点のみです。
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
・src/App.vue
|
44
94
|
|
45
95
|
```vue
|
46
96
|
|