[Vue warn] (deprecation COMPILER_V_BIND_SYNC) .sync modifier for v-bind has been removed.
↳ Use v-model with argument instead.
↳ `v-bind::foo.sync` should be changed to `v-model::foo`.
[Vue warn] (deprecation COMPILER_V_BIND_SYNC) .sync modifier for v-bind has been removed.
↳ Use v-model with argument instead.
↳ `v-bind::foo.sync.sync` should be changed to `v-model::foo.sync`.