-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Vue Cal Version
5.0.0
Vue Version
3.5+
Additional Settings
- Using Composition API
- Using SSR
Describe the Bug & Expected Behavior
hey..
I was fetching the items like this: but it seems it doesn't have startDate and endDate params anymore
const fetchEvents = async ({ startDate, endDate }) => {
const response = await axios.get(route('events.index'), {
params: {
start: startDate,
end: endDate
}
});
}
Provide a Reproduction Link
...
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working