Skip to content

Commit

Permalink
Fix self closing custom component lint flag on DateWindowInput
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Nov 30, 2023
1 parent 747f6da commit 83cc0a6
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 83cc0a6

Please sign in to comment.