diff --git a/src/components/GuipSwitch.vue b/src/components/GuipSwitch.vue index e0bd979..542476b 100644 --- a/src/components/GuipSwitch.vue +++ b/src/components/GuipSwitch.vue @@ -85,7 +85,6 @@ export default { watch: { value(newVal) { this.internalValue = newVal - console.log(this.internalValue, 88888) }, // modelValue(newVal) { // this.internalValue = newVal diff --git a/src/views/DoctorInformation.vue b/src/views/DoctorInformation.vue index 9c9e0f0..073c914 100644 --- a/src/views/DoctorInformation.vue +++ b/src/views/DoctorInformation.vue @@ -8,7 +8,7 @@