-
Notifications
You must be signed in to change notification settings - Fork 1
style tag should not be required #2
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
Comments
@gKreator care to make a PR? Even with an empty style tag, it's an improvement over the current behavior. |
Also, thank you for pointing this out! |
Yup I will do so when I get home tonight. I just learned that both the template tag and the script tag are not required. I know that at least the removal of the script tag causes a fatal error. I did not try removing the template tag, but I am guessing that it will crash as well. If you could point me in the right direction I can try and fix some of this. I have never worked on a steal plugin before. |
The |
I get an error when omitting the style tag in a .vue file
The text was updated successfully, but these errors were encountered: