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

Router module not found when using with Nuxt #28

Open
antiantivirus opened this issue Oct 20, 2021 · 1 comment
Open

Router module not found when using with Nuxt #28

antiantivirus opened this issue Oct 20, 2021 · 1 comment

Comments

@antiantivirus
Copy link

antiantivirus commented Oct 20, 2021

getting Cannot find module './router' error when trying to install on a nuxt project. Have setup a plugin in nuxt with the following code

import Vue from 'vue'
import router from './router'
import VueAnnouncer from '@vue-a11y/announcer'

Vue.use(VueAnnouncer, {}, router)
@antiantivirus
Copy link
Author

Any thoughts on a workaround or fix for this?

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

No branches or pull requests

1 participant