Skip to content

Commit 62cf48f

Browse files
author
Taois
committed
fix:type error
1 parent a5de6a8 commit 62cf48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/src/components/SearchResults.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const props = defineProps({
116116
},
117117
// 扩展参数,用于T4接口调用
118118
extend: {
119-
type: String,
119+
type: [Object, String],
120120
default: ''
121121
},
122122
// API URL,用于直接调用站点API

0 commit comments

Comments
 (0)