Skip to content

Commit

Permalink
fix: add missing props
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Max Ruf committed Dec 25, 2020
1 parent 38ef6e1 commit c9bdb7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ export default {
spin: [Boolean],
width: [Number, String],
height: [Number, String],
ariaLabel: [String],
staticClass: [String], // hides: property access warning for ts with vue 3
name: {
type: String,
required: true,
Expand Down Expand Up @@ -96,4 +98,4 @@ export default {
render
})
}
}
}

0 comments on commit c9bdb7f

Please sign in to comment.