1
0
Fork 1
mirror of https://example.com synced 2024-11-22 12:06:39 +09:00

fix: search MFM isn't working

This commit is contained in:
naskya 2023-10-21 08:58:27 +09:00
parent 6b9e360c34
commit 0f5b30d9ef
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -12,6 +12,7 @@
import { ref } from "vue";
import { i18n } from "@/i18n";
import { useRouter } from "@/router";
import { defaultStore } from "@/store";
import icon from "@/scripts/icon";
const router = useRouter();