Skip to content

[FIX] vuejs-lib: Fix component styling (global & scoped)

Yannick Nsenga requested to merge yannicknsenga/tiki:vuejs-lib-style into master

The vuejs plugin currently does not support styles applied to component templates. This fix enables support for both globally defined styles and scoped styles within the component.

An example can be found at the plugin docs: https://doc.tiki.org/PluginVue The text Hello World! should be in red and it's font-weight in bold.

Merge request reports