Loading src/components/ZoteroVueClient.vue +0 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,6 @@ this.entries = null; let library = new Zotero.Library(this.type, this.groupOrUserId); library.loadItems({start: this.start, limit: this.pageLength, q: this.textQuery}).then((response)=>{ console.log(response.data) this.entries = response.data; this.nbResults = response.totalResults; this.isFetching = false; Loading Loading
src/components/ZoteroVueClient.vue +0 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,6 @@ this.entries = null; let library = new Zotero.Library(this.type, this.groupOrUserId); library.loadItems({start: this.start, limit: this.pageLength, q: this.textQuery}).then((response)=>{ console.log(response.data) this.entries = response.data; this.nbResults = response.totalResults; this.isFetching = false; Loading