Vue Support #3062
JeromeDeLeon
started this conversation in
General
Vue Support
#3062
Replies: 1 comment 4 replies
-
It's built in the production mode and with that we are using the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use this lib to create a vue-styled-component and looking at it, I started with copy-pasting the
@emotion/styled
to a stackblitz.Although, I'm stuck with understanding why the "WORLD" text has a duplicate color style but not in
@emotion/styled
.I even tried to use
macros
hoping it would solve the issue but it didn't.For some reason, the website doesn't have that problem.
Any idea?
I managed to get the Vue working with no
v-model
and stuff and just plain elements with style but they have the same problem with duplicate style. CodesandboxBeta Was this translation helpful? Give feedback.
All reactions