🌐 AI搜索 & 代理 主页
Skip to content

Commit ee9a1bc

Browse files
authored
Update modal.js
1 parent bd01384 commit ee9a1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/modal/modal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ export const props = {
225225
default: false
226226
},
227227
returnFocus: {
228-
// HTML Element or CSS selector string
229-
type: [HTMLElement, String],
228+
// HTML Element, CSS selector string or Vue component instance
229+
type: [HTMLElement, String, Object],
230230
default: null
231231
},
232232
headerCloseLabel: {

0 commit comments

Comments
 (0)