Skip to content

Commit 2753124

Browse files
committed
refactor: 重构代码降低版本要求
1 parent ccffd23 commit 2753124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/wwwroot/modules/base-popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Popover = {
1717
initCallback: null,
1818
hideCallback: null
1919
},
20-
...(config ?? {})
20+
...(config || {})
2121
}
2222
const createPopover = () => {
2323
if (!popover.isDisabled()) {

0 commit comments

Comments
 (0)