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 vue-router typing on react project builds #165

Merged
merged 1 commit into from
Feb 7, 2022
Merged

Fix vue-router typing on react project builds #165

merged 1 commit into from
Feb 7, 2022

Conversation

mello-r
Copy link
Contributor

@mello-r mello-r commented Feb 7, 2022

No description provided.

@hannoeru hannoeru merged commit 4ee2a88 into hannoeru:main Feb 7, 2022
@hannoeru
Copy link
Owner

hannoeru commented Feb 7, 2022

Thanks!

@@ -7,7 +7,7 @@ declare module '~react-pages' {

declare module 'virtual:generated-pages-react' {
// eslint-disable-next-line import/no-duplicates
import type { RouteRecordRaw } from 'vue-router'
import type { RouteObject } from 'react-router'
const routes: RouteRecordRaw[]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ups I think I missed this line

ckangwen pushed a commit to charrue/vite-plugin-pages that referenced this pull request Jan 24, 2023
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