vue-announcer icon indicating copy to clipboard operation
vue-announcer copied to clipboard

Router module not found when using with Nuxt

Open antiantivirus opened this issue 4 years ago • 1 comments

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 avatar Oct 20 '21 13:10 antiantivirus

Any thoughts on a workaround or fix for this?

antiantivirus avatar Nov 18 '21 17:11 antiantivirus