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

feat(app): app.runWithContext() #7451

Merged
merged 3 commits into from Apr 5, 2023
Merged

feat(app): app.runWithContext() #7451

merged 3 commits into from Apr 5, 2023

Commits on Apr 5, 2023

  1. feat(app): app.runWithContext()

    Allows accessing globals provided at the app level with `app.provide()`
    via a regular `inject()` call as long as you have access to the
    application. Useful for Pinia, vue-router, Nuxt, Quasar, and other
    advanced use cases.
    
    - vuejs/pinia#1784
    posva authored and yyx990803 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b233bbf View commit details
    Browse the repository at this point in the history
  2. refactor: better types

    posva authored and yyx990803 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    2b3e6c6 View commit details
    Browse the repository at this point in the history
  3. chore: refactor

    yyx990803 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    afed3c3 View commit details
    Browse the repository at this point in the history