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

fix(v3): change inject for composable to get component promise #324

Commits on Apr 24, 2024

  1. fix(v3): change inject for composable to get component promise

    The inject key can only be used on descendants not in siblings. Composables on mounted hook are more accurate.
    
    Solve: #323
    diegoazh committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5fee1d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f1cbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e23ecb View commit details
    Browse the repository at this point in the history