質問編集履歴
1
エラー等のメッセージと期待していた処理内容を記載しました。お手数ですが宜しくお願い致します。
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,47 @@
|
|
6
6
|
|
7
7
|
宜しくお願い致します。
|
8
8
|
|
9
|
-
|
9
|
+
- 期待していた処理
|
10
|
+
|
11
|
+
期待していた処理としてはコンポーネントにて送信用のフォームを作成し、フォーム入力した値を
|
12
|
+
|
13
|
+
データベースに書き込むといった処理です。アクセスを管理しているのはpython のflaskです。
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
- 発生したエラー
|
18
|
+
|
19
|
+
下記のメッセージがありました。
|
20
|
+
|
21
|
+
```エラー
|
22
|
+
|
23
|
+
・The key "shrink-tofit" is not recognized and ignored.localhost/:83
|
24
|
+
|
25
|
+
・Uncaught SyntaxError: Unexpected token ','
|
26
|
+
|
27
|
+
vue.js:9099 Download the Vue Devtools extension for a better development experience:
|
28
|
+
|
29
|
+
https://github.com/vuejs/vue-devtools
|
30
|
+
|
31
|
+
vue.js:9108 You are running Vue in development mode.
|
32
|
+
|
33
|
+
Make sure to turn on production mode when deploying for production.
|
34
|
+
|
35
|
+
See more tips at https://vuejs.org/guide/deployment.html
|
36
|
+
|
37
|
+
・Failed to load resource: the server responded with a status of 404 ()
|
38
|
+
|
39
|
+
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bootstrap.min.js:1
|
40
|
+
|
41
|
+
・Failed to load resource: the server responded with a status of 404 ()
|
42
|
+
|
43
|
+
popper.min.js:1
|
44
|
+
|
45
|
+
・Failed to load resource: the server responded with a status of 404 ()
|
46
|
+
|
47
|
+
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bootstrap.min.js:1
|
48
|
+
|
49
|
+
```
|
10
50
|
|
11
51
|
```html
|
12
52
|
|