mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-19 10:23:21 +08:00
✏️ 修复 IDE import 报错
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { onMounted, ref, watch } from "vue";
|
||||
|
||||
import { parseHtmlText } from "../../utils/toolFunc";
|
||||
import { parseHtmlText } from "../../utils/toolFunc.js";
|
||||
|
||||
interface TwcSkillsProps {
|
||||
data: TGApp.App.Character.WikiSkill[];
|
||||
|
||||
Reference in New Issue
Block a user