perf(frontend): soundConfigStore を defaultStore に統合しAPIリクエストを削減

This commit is contained in:
syuilo 2023-11-04 10:09:21 +09:00
parent ef8a65e6ff
commit 67414e0181
4 changed files with 38 additions and 54 deletions

View file

@ -34,7 +34,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<script lang="ts" setup>
import { onMounted, shallowRef, watch } from 'vue';
import * as Misskey from 'misskey-js';
import { soundConfigStore } from '@/scripts/sound.js';
import { i18n } from '@/i18n.js';
const props = withDefaults(defineProps<{