UNPKG

ace-customizer-lib

Version:

ACE knowledge platform scripts

9 lines (7 loc) 463 B
# About Vue Components inside Humany Portals - You can use Vue by importing it using the script injection features in the admin interface. ### Using custom Vue components in Humany guide templates - If you need to pass props to the component, be aware that the compiler will transform camelCase to lowercase. So if your component prop name is "isDark", then you need to write the attribute like this: ``` <custom-component is-dark="true"></custom-component> ```