1
0
mirror of https://github.com/hotomoe/hotomoe synced 2025-01-19 08:12:51 +09:00

fix(navbar-for-mobile): lint

This commit is contained in:
オスカー、 2024-06-21 01:00:39 +09:00
parent 6c00cd1dce
commit 464da47100
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7

View File

@ -58,7 +58,7 @@ import { $i, openAccountMenu as openAccountMenu_ } from '@/account.js';
import { defaultStore } from '@/store.js'; import { defaultStore } from '@/store.js';
import { i18n } from '@/i18n.js'; import { i18n } from '@/i18n.js';
import { instance } from '@/instance.js'; import { instance } from '@/instance.js';
import {miLocalStorage} from "@/local-storage.js"; import { miLocalStorage } from "@/local-storage.js";
const menu = toRef(defaultStore.state, 'menu'); const menu = toRef(defaultStore.state, 'menu');
const otherMenuItemIndicated = computed(() => { const otherMenuItemIndicated = computed(() => {