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
@Keyframes antion { 0%{ margin-top: 60px; } 50%{ margin-top: 10px; } 100%{ margin-top: 60px; } }
这种的解析是不可行的,解析的结果前面会自带一个class属性,有什么解决办法吗?
The text was updated successfully, but these errors were encountered:
vuep/src/components/preview.js
Line 94 in 68536e1
<vuep v-model="template" :iframe="true"></vuep>
Sorry, something went wrong.
No branches or pull requests
@Keyframes antion {
0%{
margin-top: 60px;
}
50%{
margin-top: 10px;
}
100%{
margin-top: 60px;
}
}
这种的解析是不可行的,解析的结果前面会自带一个class属性,有什么解决办法吗?
The text was updated successfully, but these errors were encountered: