Skip to content

Commit

Permalink
test(lint): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 8, 2024
1 parent 4be2062 commit 942a360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/floating-vue/src/components/Popper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export default () => defineComponent({
'close-group': () => true,
'close-directive': () => true,
'auto-hide': () => true,
'resize': () => true,
resize: () => true,
},

data () {
Expand Down
2 changes: 1 addition & 1 deletion packages/floating-vue/src/components/PopperWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default defineComponent({
'close-group': () => true,
'close-directive': () => true,
'auto-hide': () => true,
'resize': () => true,
resize: () => true,
},
computed: {
Expand Down

0 comments on commit 942a360

Please sign in to comment.