Skip to content

Commit 657e7d8

Browse files
author
issayah
committed
Fixed useless px modifier on default
1 parent 09c4987 commit 657e7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BPopover.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default defineComponent({
6464
variant: {type: String as PropType<ColorVariant>, default: undefined},
6565
html: {type: Boolean, default: true},
6666
sanitize: {type: Boolean, default: false},
67-
offset: {type: String as PropType<Popover.Options['offset']>, default: '0px'},
67+
offset: {type: String as PropType<Popover.Options['offset']>, default: '0'},
6868
},
6969
emits: ['show', 'shown', 'hide', 'hidden', 'inserted'],
7070
setup(props, {emit, slots}) {

0 commit comments

Comments
 (0)