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(ui): registered vue components can't access the appContext #4601

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ddeerdevil
Copy link

@ddeerdevil ddeerdevil commented Feb 8, 2025

motivation:When I register a vue component in Univer, I want to be able to access the globally registered components and directives of the external vue application in the component, which is a problem.

So I fixed it.

close #xxx

Pull Request Checklist

  • Related tickets or issues have been linked in the PR description (or missing issue).
  • Naming convention is followed (do please check it especially when you created new plugins, commands and resources).
  • Unit tests have been added for the changes (if applicable).
  • Breaking changes have been documented (or no breaking changes introduced in this PR).

Copy link

github-actions bot commented Feb 8, 2025

View Deployment

📑 Examples 📚 Storybook
🔗 Preview link 🔗 Preview link

@ddeerdevil ddeerdevil changed the title fix(ui): Univer registered vue components can't access the appContext… fix(ui): registered vue components can't access the appContext Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant