Skip to content

Router module not found when using with Nuxt #28

@antiantivirus

Description

@antiantivirus

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions