CASH-1204 | Schedules not loading on initial page load

Moved initialization logic out of mounted into next() of beforeRouteEnter
This commit is contained in:
Scott Kiener 2025-07-21 11:36:11 -04:00
parent 99dbd878c7
commit 25fbe8933d

View file

@ -597,11 +597,9 @@ export default {
resultMap.mobileFeePart,
shopProviderData.data
);
vm.initializeDatePicker();
});
},
async mounted() {
await this.initializeDatePicker();
},
computed: {
serviceZipCodeQuestion: {
get: function () {