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

feat: add router integration #13756

Merged
merged 20 commits into from Jun 24, 2021
Merged

feat: add router integration #13756

merged 20 commits into from Jun 24, 2021

Conversation

KaelWD
Copy link
Member

@KaelWD KaelWD commented Jun 4, 2021

Resolves #1793

Depends on vuejs/router#1002

Markup:

<template>
  <v-app>
    <v-container>
      <v-btn to="/page1">button</v-btn>
      <router-link to="/page1">Page 1</router-link>
      <router-link to="/page2">Page 2</router-link>
    </v-container>
  </v-app>
</template>

Reference: https://github.com/vuejs/vue-router-next/blob/master/e2e/modal/index.ts

@KaelWD KaelWD linked an issue Jun 6, 2021 that may be closed by this pull request
@KaelWD KaelWD self-assigned this Jun 6, 2021
@KaelWD KaelWD added this to the v3.0.0 milestone Jun 6, 2021
@KaelWD KaelWD marked this pull request as ready for review June 21, 2021 17:49
@johnleider johnleider added C: VCard VCard C: VList VList T: feature A new feature labels Jun 24, 2021
@johnleider johnleider added this to In progress in Vuetify 3 - Titan via automation Jun 24, 2021
@KaelWD KaelWD merged commit c385956 into next Jun 24, 2021
Vuetify 3 - Titan automation moved this from In progress to Done Jun 24, 2021
@KaelWD KaelWD deleted the feat/v3-router branch June 24, 2021 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

[Enhancement] close VDialog when pressing the back button
2 participants