mirror of
https://example.com
synced 2024-11-22 12:56:39 +09:00
fix: missing import
This commit is contained in:
parent
228aefc60f
commit
558b3c5f3c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue