Commit 58f2330d28a508e854f1eda5c8410302d0f74446

Authored by Amber Dev
1 parent a26ba60ed3

added event dialog box

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
src/pages/Dashboard/dashboard.vue
... ... @@ -88,6 +88,11 @@
88 88 <v-list-tile-title>Date Of Event : {{moment(particularEvent.dateOfEvent).format("DD MMMM, YYYY")}}</v-list-tile-title>
89 89 </v-list-tile-content>
90 90 </v-list-tile>
  91 + <v-list-tile>
  92 + <v-list-tile-content>
  93 + <v-list-tile-title>Duration : {{particularEvent.duration}}</v-list-tile-title>
  94 + </v-list-tile-content>
  95 + </v-list-tile>
91 96 </v-list>
92 97 </v-card-text>
93 98 </v-card>
... ...