Skip to content

Commit e5fc7c5

Browse files
Fix typo in table props
Change parameter from deault to default
1 parent 5135908 commit e5fc7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/propsWithDefault.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default {
8181
},
8282
loading: {
8383
type: Boolean,
84-
deault: false,
84+
default: false,
8585
},
8686
rowsPerPage: {
8787
type: Number,

0 commit comments

Comments
 (0)