mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-22 21:59:49 +08:00
🐛 修复引用异常
This commit is contained in:
@@ -21,7 +21,7 @@ import { onMounted, onUnmounted, ref, watch } from "vue";
|
||||
|
||||
import { stamp2LastTime } from "@utils/toolFunc.js";
|
||||
|
||||
import dnEnum from "@enum/dailyNote";
|
||||
import dnEnum from "@enum/dailyNote.js";
|
||||
|
||||
type PhDailyNoteExpeditionProps = {
|
||||
expedition: TGApp.Game.DailyNote.Expedition;
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { computed } from "vue";
|
||||
|
||||
import dnEnum from "@enum/dailyNote";
|
||||
import dnEnum from "@enum/dailyNote.js";
|
||||
|
||||
type PhDailyNoteQuestProps = { quest: TGApp.Game.DailyNote.ArchonQuestProgress };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user