See previous comment
This commit is contained in:
parent
1bfe78c3bc
commit
2bd1c81a95
1 changed files with 1 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ export default ({
|
||||||
watch: {
|
watch: {
|
||||||
addressModel: {
|
addressModel: {
|
||||||
handler(newValue) {
|
handler(newValue) {
|
||||||
|
// The first time the address model changes is w
|
||||||
if (!newValue.city &&
|
if (!newValue.city &&
|
||||||
!newValue.state &&
|
!newValue.state &&
|
||||||
!newValue.zipCode) {
|
!newValue.zipCode) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue