You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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`.
What is actually happening?
[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`.