fix: todo修改

This commit is contained in:
hw
2025-11-19 11:12:09 +08:00
parent f1aec24f34
commit 887e9766be
9 changed files with 72 additions and 90 deletions

View File

@@ -1,12 +1,12 @@
<script lang="ts" setup>
import type { Article } from './types';
import type { MpDraftApi } from '#/api/mp/draft';
import { WxNews } from '#/views/mp/components';
defineOptions({ name: 'DraftTableCell' });
const props = defineProps<{
row: Article;
row: MpDraftApi.DraftArticle;
}>();
</script>