質問編集履歴
1
postをgetに書き換えた
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
```
|
16
16
|
|
17
|
-
const res = await this.$axios.$
|
17
|
+
const res = await this.$axios.$get(
|
18
18
|
|
19
19
|
'https://api-test.libexplorer.com/api?module=account&action=balance&address=a06c2e275db714d4a8d7b574ddf1d29acef2ddc8c26e7cbd3f2cb720779649d6/',
|
20
20
|
|