perf(frontend): soundConfigStore を defaultStore に統合しAPIリクエストを削減
This commit is contained in:
parent
ef8a65e6ff
commit
67414e0181
4 changed files with 38 additions and 54 deletions
|
@ -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<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue