Removed watch for debugging
This commit is contained in:
parent
4887385f00
commit
09b489218f
1 changed files with 0 additions and 7 deletions
|
|
@ -411,13 +411,6 @@ export default {
|
||||||
await this.$refs.shopQuestion.reloadShopData(this.zipCode);
|
await this.$refs.shopQuestion.reloadShopData(this.zipCode);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// watch: {
|
|
||||||
// selectedAppointmentType: {
|
|
||||||
// handler() {
|
|
||||||
// this.selectedProvider = null;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
components: {
|
components: {
|
||||||
alert,
|
alert,
|
||||||
serviceZipModalQuestion,
|
serviceZipModalQuestion,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue