Style section not being applied to vue widget SFC #767
-
Hi guys, I have a vue widget and when I load in in my trame application it looks like the styling is being ignored. Is there a document that better explains how to do this properly. As it stands, I have a template script and style section but as I said the style section is being ignored? Not sure why? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Did you load the css of your bundle, if not what you are describing makes sense. |
Beta Was this translation helpful? Give feedback.
-
In the styles = ["__package_name/styles.css"] Un-comment it and the css file should be loaded |
Beta Was this translation helpful? Give feedback.
In the
module/__init__.py
file there should be a line which is commented by default:Un-comment it and the css file should be loaded