Skip to content

Commit

Permalink
fix: unexpected type declare for theme
Browse files Browse the repository at this point in the history
  • Loading branch information
BH4HPA committed Jul 3, 2023
1 parent 8bd224d commit 56da7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index/components/ScheduleTable/ClassCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
type: Boolean,
},
theme: {
type: Number
type: String,
}
},
mixins: [ClassCardMixin],
Expand Down
2 changes: 1 addition & 1 deletion src/pages/m/components/ScheduleTable/ClassCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
default: false,
},
theme: {
type: Number,
type: String,
}
},
mixins: [ClassCardMixin],
Expand Down

0 comments on commit 56da7c4

Please sign in to comment.