Skip to content

Commit

Permalink
fix: remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 committed May 7, 2024
1 parent fdecddd commit d11e459
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ui/src/components/Overlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ export interface OverlayProps {
position?: 'fixed' | 'absolute'
}
const props = withDefaults(defineProps<OverlayProps>(), {
withDefaults(defineProps<OverlayProps>(), {
position: 'fixed',
})
console.log({ props })
</script>

<template>
Expand Down

0 comments on commit d11e459

Please sign in to comment.