mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-09 00:34:07 +08:00
♻️ 调整目录结构
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import { computed } from "vue";
|
||||
|
||||
import { getZhElement } from "../../utils/toolFunc.js";
|
||||
import TItembox, { TItemBoxData } from "../main/t-itembox.vue";
|
||||
import TItembox, { TItemBoxData } from "../app/t-item-box.vue";
|
||||
|
||||
interface TucAvatarsProps {
|
||||
modelValue: TGApp.Game.Combat.Avatar[];
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import TItembox, { TItemBoxData } from "../main/t-itembox.vue";
|
||||
import TItembox, { TItemBoxData } from "../app/t-item-box.vue";
|
||||
|
||||
interface TucFightProps {
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user