This commit is contained in:
pypy
2021-02-03 11:37:47 +09:00
parent d8c176adf0
commit 4ee14081d8
4 changed files with 94 additions and 87 deletions

View File

@@ -11,8 +11,8 @@ import { DataTables } from 'vue-data-tables';
// eslint-disable-next-line no-unused-vars
import ToggleSwitch from 'vuejs-toggle-switch';
import VSwatches from 'vue-swatches';
Vue.component('v-swatches', VSwatches)
import "../node_modules/vue-swatches/dist/vue-swatches.css"
Vue.component('v-swatches', VSwatches);
import '../node_modules/vue-swatches/dist/vue-swatches.css';
import ElementUI from 'element-ui';
import locale from 'element-ui/lib/locale/lang/en';
@@ -4710,7 +4710,7 @@ speechSynthesis.getVoices();
$app.methods.updateGameLog = async function () {
var currentUserDisplayName = API.currentUser.displayName;
for (var gameLog of await gameLogService.poll(API.currentUser.username)) {
for (var gameLog of await gameLogService.poll()) {
var tableData = null;
switch (gameLog.type) {