Skip to content

Commit

Permalink
fix: remove console error
Browse files Browse the repository at this point in the history
  • Loading branch information
floyd-li committed Aug 15, 2023
1 parent c96e3f9 commit 3cde46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/src/components/NeoTooltip/NeoTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface Props {
multilineWidth?: string | number
fullWidth?: boolean
stopEvents?: boolean
autoClose?: any | boolean
autoClose?: string[] | boolean
contentClass?: string
}
const props = withDefaults(defineProps<Props>(), {
Expand Down

0 comments on commit 3cde46d

Please sign in to comment.