Skip to content

Commit

Permalink
4е занятие SFC - правки
Browse files Browse the repository at this point in the history
  • Loading branch information
Vombat committed Jan 15, 2025
1 parent 9808c51 commit f147d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-sfc/10-MeetupView-script-setup/MeetupView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import MeetupInfo from './MeetupInfo.vue'
defineProps({
meetup: {
type: Object,
require: true
required: true
}
})
</script>
Expand Down

0 comments on commit f147d14

Please sign in to comment.