Data Binding & State Management in Vue Scheduler
This guide helps you choose where your app owns Scheduler data and how to keep events edits synchronized. Pick one ownership model per page and keep it consistent.
Vue Scheduler supports two common models:
- Vue state/store as source of truth (best default for most apps)
- Scheduler as source of truth (performance-focused for chart-heavy pages)