Skip to content

Commit

Permalink
Fix self closing custom component lint flag on DateWindowInput (#4055)
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored Nov 30, 2023
1 parent 568f49b commit e776f83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
</v-list>
</v-col>
<v-col>
<v-date-picker title="Start Date" v-model="start" show-adjacent-months></v-date-picker>
<v-date-picker title="Start Date" v-model="start" show-adjacent-months />
</v-col>
<v-col>
<v-date-picker title="End Date" v-model="end" show-adjacent-months></v-date-picker>
<v-date-picker title="End Date" v-model="end" show-adjacent-months />
</v-col>
</v-row>
</v-container>
Expand Down

0 comments on commit e776f83

Please sign in to comment.