-
Notifications
You must be signed in to change notification settings - Fork 278
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
convert x-templates to vue SFCs #4696
Conversation
} | ||
}; | ||
</script> | ||
<style> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we make sfc css scoped?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you don't want the outside CSS to be able to override the component then yes.
EditShow broke with the branch. |
@p0psicles any other pages you can see with an issue? |
It should be working fine now. |
Following pages seem to have broken:
|
I would suggest disabling whitespace when you review. |
I had to turn off linting for vue files right now as most of the new ones have issues. I'll fix them and re-enable linting in another PR after this.