-
Notifications
You must be signed in to change notification settings - Fork 157
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
[#2001] Extract SCSS from c-zoom.vue #2032
Conversation
While trying to create a general file type checkbox component that can be used in To resolve the issue with propagating data from child to parent, the following are possible solutions:
Solution 1 vs Solution 2:
Personal opinion: |
While trying to implement the Vuex store based solution, I experienced difficulty making the file type checkboxes reusable. The following are the options for implementing the global store based solution that is reusable (the main point of this PR).
Do share any thoughts/ideas on this issue. |
PR is not moving forward as of now, more discussions to be made at #2001 before pursuing again. |
The following links are for previewing this pull request:
|
Part of #2001
Proposed commit message
Other information
Tasks to be done before PR is ready:
fileType
checkboxes as vue component