Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(VCalendar): not usable without v-model #19586

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

nekosaur
Copy link
Member

Description

v-calendar was not usable without supplying a v-model

Markup:

<template>
  <v-app>
    <v-main>
      <v-calendar />
    </v-main>
  </v-app>
</template>

@nekosaur nekosaur added the C: VCalendar VCalendar label Apr 10, 2024
@nekosaur nekosaur requested a review from blalan05 April 10, 2024 16:22
@nekosaur nekosaur self-assigned this Apr 10, 2024
@johnleider johnleider added the T: enhancement Functionality that enhances existing features label Apr 10, 2024
@johnleider johnleider added this to the v3.5.x milestone Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VCalendar VCalendar T: enhancement Functionality that enhances existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants