File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 66 <v-icon class =" mr-5" >fa-check</v-icon >
77 <b >1. Description</b >
88 </v-subheader >
9+ <<<<<<< Updated upstream
910 <div class =" flex-grow-1" ></div >
1011 <v-btn v-if =" id" color =" red lighten-3" @click =" remove" icon >
12+ =======
13+ <v-spacer ></v-spacer >
14+ <v-btn v-if =" this.task.id" color =" red lighten-3" @click =" remove" icon >
15+ >>>>>>> Stashed changes
1116 <v-icon >fa-trash</v-icon >
1217 </v-btn >
13- <v-btn v-if =" id" class =" mr-5" color =" blue lighten-2" @click =" update()" :disabled =" !save" icon >
18+ <v-btn v-if =" this.task. id" class =" mr-5" color =" blue lighten-2" @click =" update()" :disabled =" !save" icon >
1419 <v-icon >fa-save</v-icon >
1520 </v-btn >
1621 </v-row >
3136 ></v-text-field >
3237 </v-col >
3338 </v-row >
34- <v-row v-if =" !id" >
39+ <v-row v-if =" !this.task. id" >
3540 <v-btn
3641 :disabled =" !valid"
3742 color =" success"
@@ -108,6 +113,7 @@ export default {
108113 .then (() => {
109114 console .log (this .task );
110115 this .$router .push (` /task/${ this .task .id } ` );
116+ this .save = false ;
111117 })
112118 .catch ((err ) => console .log (err));
113119 }
You can’t perform that action at this time.
0 commit comments