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

Made changes for vue3sfcloader compatibility k-toolbar #540

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HeriLFIU
Copy link
Collaborator

@HeriLFIU HeriLFIU commented Oct 21, 2024

Closes #539
Closes #520

Summary

These changes are made to that mef_eline k-toolbar can be loaded in by the vue3-sfc-loader.
The try and catch block would not function within the html it needed to be within its own method.
There were also some undefined variables.

Mef_eline also had an issue with its form tags, since they were incorrectly placed. They were placed inside of a k-accordion-item while still spanning multiple other outside elements. Because of this I placed it inside the single k-accordion-item.

Local Tests

End-to-End Tests

@HeriLFIU
Copy link
Collaborator Author

@viniarck I accidentally enabled a vue3 formatter in my VSCode plugins, should I disable it?

@HeriLFIU
Copy link
Collaborator Author

I noticed now while making the pull request, but I don't know if I should keep the formatted code.

@HeriLFIU HeriLFIU changed the title Made changes for vue3sfcloader compatibility Made changes for vue3sfcloader compatibility k-toolbar Oct 21, 2024
@viniarck
Copy link
Member

I noticed now while making the pull request, but I don't know if I should keep the formatted code.

@HeriLFIU, I missed the other prior notification.

Although the intention is great. I'd recommend avoid reformatting the code in this PR. In the future we can officialize a formatter and stick to it, but other than that for now it can create too much extra diffs, although not too difficult to follow but yes, it's more things to review and check for, so let's minimize that too for now, OK?

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.

Modifications for vue3-sfc-loader compatibility k-toolbar k-toolbar form tags are misplaced
2 participants