(fix) lint

This commit is contained in:
kakkokari-gtyih 2023-10-24 19:31:22 +09:00
parent 85ffb8160a
commit 868df8a82a
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ import MkAsUi from '@/components/MkAsUi.vue';
import { miLocalStorage } from '@/local-storage.js';
import { claimAchievement } from '@/scripts/achievements.js';
const parser = new Parser();
let aiscript: Interpreter;
const code = ref('');
const logs = ref<any[]>([]);