mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-10 00:44:04 +08:00
♻️ 类型迁移&重构
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<TpParser :data="JSON.parse(props.data.insert.fold.content)" />
|
||||
</div>
|
||||
</details>
|
||||
<TpUnknown v-else :data="<TGApp.Plugins.Mys.SctPost.Empty>props.data" />
|
||||
<TpUnknown v-else :data="<TGApp.BBS.SctPost.Empty>props.data" />
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { ref, toRaw } from "vue";
|
||||
|
||||
Reference in New Issue
Block a user