When rendering vue on a page inside a frame, the style tag is ignored #8443
Replies: 1 comment 2 replies
-
temporary solution
|
Beta Was this translation helpful? Give feedback.
2 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.
-
stackoverflow link
I'm trying to render vue on a page inside a frame(frame structure can not change)
Rendering succeeded, but there is a problem that styles are not applied
I wrote the sample code to reproduce below, can you tell me what is the problem?
gitRepo
code
Rendering vue inside a frame(#frm)
Renders inside a Frame, but styles are not applied
result
Styles are applied to vues that are rendered outside the frame, but styles are not applied to vues that are rendered inside the frame.
*vue rendering outside the frame is tested
result
could you please tell me what is the problem and how can I apply styles to vue inside a frame?
Beta Was this translation helpful? Give feedback.
All reactions