File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 >
2222 <template v-slot :append >
2323 <v-col class =" pa-0 editable-text-block-buttons" >
24- <v-btn plain v-ripple =" false" class =" pr-2" color =" red " @click =" cancel" >cancel</v-btn >
25- <v-btn plain v-ripple =" false" class =" pr-2" color =" blue " @click =" save" >save</v-btn >
24+ <v-btn plain v-ripple =" false" class =" pr-2" color =" gray " @click =" cancel" >cancel</v-btn >
25+ <v-btn plain v-ripple =" false" class =" pr-2" color =" green " @click =" save" >save</v-btn >
2626 </v-col >
2727 </template >
2828 </v-text-field >
Original file line number Diff line number Diff line change 22 <div >
33 <v-card v-if =" address" >
44 <div class =" pseudo-text-block-label" >{{ title }}</div >
5- <v-card-subtitle >
5+ <v-card-text >
66 <v-row class =" pl-3 justify-end" >
77 <v-icon class =" pr-2" @click =" dialogOpen = true" >mdi-pencil</v-icon >
88 </v-row >
9- </v-card-subtitle >
10- <v-card-text v-if =" !formattedAddress"
11- ><em >No Address: Click pencil to specify address.</em ></v-card-text
12- >
13- <v-card-text v-if =" formattedAddress" v-html =" formattedAddress" />
9+ <v-row class =" pl-4" >
10+ <div v-if =" !formattedAddress"
11+ ><em >No Address: Click pencil to specify address.</em ></div
12+ >
13+ <div
14+ v-if =" formattedAddress"
15+ v-html =" formattedAddress"
16+ />
17+ </v-row >
18+ </v-card-text >
1419 </v-card >
1520 <v-dialog persistent v-model =" dialogOpen" >
1621 <v-card color =" #eee" >
You can’t perform that action at this time.
0 commit comments