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

Update mixin.js #995

Merged
merged 5 commits into from
Sep 11, 2020
Merged

Update mixin.js #995

merged 5 commits into from
Sep 11, 2020

Commits on Sep 9, 2020

  1. Update mixin.js

    This issue fixes a bug that happens when a SFC has a <i18n> block aswell as a i18n configuration in the Vue Component options.
    Previously, the i18n configuration from the Vue Component options would be overridden by the <i18n> block; Using this new behaviour, the <i18n> block and the i18n configuration from the Vue Component options are merged.
    This also helps to provide mixin support, since now a consumer of this library can have a SFC as a parent component, which uses a Vue mixin, and using a custom vue optionMergeStrategy, full mixin support can be achieved from consumer side.
    ferencbeutel4711 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    9a483b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    f05f88f View commit details
    Browse the repository at this point in the history
  2. Implement test

    ferencbeutel4711 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c9cd8d0 View commit details
    Browse the repository at this point in the history
  3. Fix test for kazupon#996

    fbeutel committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    efe0194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0b3ca0 View commit details
    Browse the repository at this point in the history