fix: lints

This commit is contained in:
xingyu4j
2025-11-02 12:32:36 +08:00
parent 2d51c652b2
commit c1777ffda0
9 changed files with 102 additions and 89 deletions

View File

@@ -1,4 +1,6 @@
<script lang="ts" setup>
defineOptions({ name: 'CardTitle' });
// TODO @jawe from xingyuhttps://gitee.com/yudaocode/yudao-ui-admin-vben/pulls/243/files#diff_note_47350213这个组件没有必要直接用antdv card 的slot去做就行了只有这一个地方用没有必要单独写一个组件
defineProps({
title: {
@@ -6,10 +8,6 @@ defineProps({
required: true,
},
});
defineComponent({
name: 'CardTitle',
});
</script>
<template>