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

vueBridge usage optimization #489

Closed
2 tasks done
danpeen opened this issue May 13, 2022 · 0 comments
Closed
2 tasks done

vueBridge usage optimization #489

danpeen opened this issue May 13, 2022 · 0 comments

Comments

@danpeen
Copy link
Collaborator

danpeen commented May 13, 2022

Clear and concise description of the problem

vueBridge is a tool function for vue sub-app provided by garfish. Currently there are some problems as follows:

  1. the parameters are complex, vue 2 and 3 parameters are mixed together, it is not easy to use well ;
  2. the tyescript checker are not so smart in vue3 for it doesn't check the 'createApp' parameters;

Suggested solution

It is best to divide bridge for vue 2 into 3 development packages, so that I only need to care about the vue version used by my current business, and it is easier to pass parameters, and it is also more convenient for developers to maintain.

Alternative

No response

Additional context

No response

Validations

  • Read the Contributing Guidelines.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
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

No branches or pull requests

2 participants