Skip to content

Commit

Permalink
4е занятие - правки по ревью 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vombat committed Jan 14, 2025
1 parent 22f8d7e commit 2f7ee6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 03-components/10-MeetupView/MeetupView.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ export default defineComponent({
},

props: {
meetup: Object
meetup: {
type: Object,
require: true
},
},

template: `
Expand Down

0 comments on commit 2f7ee6c

Please sign in to comment.