Skip to content

Commit

Permalink
Added Price component in Day component
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasperrone committed Feb 12, 2021
1 parent 150c684 commit 7d330cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DatePicker/components/Day.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@
import fecha from 'fecha'
import Helpers from '../../helpers'
import BookingBullet from './BookingBullet.vue'
import Price from './Price.vue'
export default {
name: 'Day',
components: {
BookingBullet,
Price,
},
props: {
bookings: {
Expand Down

0 comments on commit 7d330cf

Please sign in to comment.