We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm run dev
style
.test { height: 100px; width: 100px; background-color: red; }
template
div
<div class="test"></div>
@yyx990803
The text was updated successfully, but these errors were encountered:
@unknown-coder please open this issue on repository of template you're using. vue-cli doesn't care about styles or templates ;)
vue-cli
Sorry, something went wrong.
No branches or pull requests
重现方法
npm run dev
style
中写一个未定义过的classNametemplate
中加一个div
似乎是有新定义的样式,写进template中时,会报错
@yyx990803
The text was updated successfully, but these errors were encountered: