Skip to content
This repository was archived by the owner on Oct 18, 2019. It is now read-only.
This repository was archived by the owner on Oct 18, 2019. It is now read-only.

Access vuetify instance from plugin #82

Description

@tarik02

How can I access $vuetify from plugin? I use i18n plugin and I want to change vuetify locale when i18n's one changed:

export default function({ app }) {
  app.i18n.onLanguageSwitched = (oldLocale, newLocale) => {
    WHAT.$vuetify.lang.current = newLocale
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions