Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 8, 2021
1 parent 68b925d commit cfa23ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/client/internals/SlideWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ import { injectionClicks, injectionClicksDisabled, injectionClicksElements } fro
export default defineComponent({
props: {
clicks: {
type: [Number, String],
default: 0,
},
clicksElements: {
type: Array,
default: () => [] as Element[],
},
clicksDisabled: {
type: Boolean,
default: false,
},
is: {
Expand Down

0 comments on commit cfa23ed

Please sign in to comment.