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

docs: omitting parent components for nested routes #2127

Merged
merged 2 commits into from Feb 4, 2024

Conversation

skirtles-code
Copy link
Contributor

@skirtles-code skirtles-code commented Feb 4, 2024

close #1810

The change to index.ts is intentional. Extending a theme in VitePress is now done using extends rather than .... The main difference is that extends will ensure enhanceApp is called on DefaultTheme. This is needed for the <Badge> to work.

The example is based on a similar example given at #1397.

Copy link

netlify bot commented Feb 4, 2024

Deploy Preview for vue-router ready!

Name Link
🔨 Latest commit 076d82e
🔍 Latest deploy log https://app.netlify.com/sites/vue-router/deploys/65bf5f9fd1adf500087f5862
😎 Deploy Preview https://deploy-preview-2127--vue-router.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@posva posva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

packages/docs/guide/essentials/nested-routes.md Outdated Show resolved Hide resolved
@posva posva merged commit 4d3cbf5 into vuejs:main Feb 4, 2024
3 of 4 checks passed
niceplugin added a commit to niceplugin/Vuejs-Router-KO that referenced this pull request Feb 12, 2024
niceplugin added a commit to niceplugin/Vuejs-Router-KO that referenced this pull request Feb 12, 2024
* docs: omitting parent components for nested routes (vuejs#2127)

* docs: explain per-route guards on nested routes (vuejs#2130)

* "경로"를 "라우트"로 단어 일괄 변경
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants