Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

used <style scoped> BUG #108

Closed
pastry-2841 opened this issue Jun 29, 2017 · 0 comments · Fixed by #120
Closed

used <style scoped> BUG #108

pastry-2841 opened this issue Jun 29, 2017 · 0 comments · Fixed by #120

Comments

@pastry-2841
Copy link

Expected behavior

@Keyframes slidein {
0%{
opacity: 1;
}
100%{
opacity: 0;
}
}

Actual behavior

@Keyframes slidein {
0%[data-v-04c2046b]{
opacity: 1;
}
100%[data-v-04c2046b]{
opacity: 0;
}
}

Steps to reproduce the behavior

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants