🎨 update eslint.config.js
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, computed, watch, onMounted } from 'vue';
|
||||
import Tooltip from '../tooltip/Tooltip.vue';
|
||||
import { useResizeObserver } from '../utils';
|
||||
interface Props {
|
||||
maxWidth?: string | number // 文本最大宽度,单位 px
|
||||
|
||||
1
src/types/comment.d.ts
vendored
1
src/types/comment.d.ts
vendored
@@ -28,7 +28,6 @@ interface CommentContent {
|
||||
}
|
||||
|
||||
export interface ReplyCommentParams {
|
||||
user_id: string,
|
||||
topic_id: string,
|
||||
content: string,
|
||||
images: string[],
|
||||
|
||||
Reference in New Issue
Block a user