質問編集履歴
1
changed spread sheet url
title
CHANGED
File without changes
|
body
CHANGED
@@ -70,7 +70,7 @@
|
|
70
70
|
active: this.setFontLoaded,
|
71
71
|
});
|
72
72
|
axios
|
73
|
-
.get('
|
73
|
+
.get('[spread sheet url]', this.headers)
|
74
74
|
.then(response => (this.books = response))
|
75
75
|
.then(() => (console.log(this.data)));
|
76
76
|
},
|