Skip to content

[Bug] missing serverside events date range params #24

@n1crack

Description

@n1crack

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions