回答編集履歴
1
修正
answer
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
// ...
|
|
33
33
|
.then(function (response) {
|
|
34
|
-
// "
|
|
34
|
+
// "self" points to the vue instance
|
|
35
35
|
})
|
|
36
36
|
```
|
|
37
37
|
|