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

fix: missing import

This commit is contained in:
naskya 2023-12-23 05:57:32 +09:00
parent 228aefc60f
commit 558b3c5f3c
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -18,7 +18,7 @@
</template>
<script lang="ts" setup>
import { onMounted } from "vue";
import { onMounted, ref } from "vue";
import * as os from "@/os";
import { defaultStore } from "@/store";