/
How to create component for multi-sites
How to create component for multi-sites
create component
declare component
use component
Example: step by step create navigation component for multi-sites :
create component:
~/src/components/navigation/navigation
a. impl.js : declare variable, props, methods,… implement common function for the component.
b. index.vue: declare theme use for this component
c. lgcns.vue, multicart.vue, unishop.vue: name of the theme will be use for the component. We can implement UI and feature for each theme.
2. declare component:
~/src/components/navigation/navigation.collection.js
3. use component:
reg + componentId(declared on navigation.collection.js)
We can use <reg-navigation/> for any page what we want.
, multiple selections available,
Related content
How to make Custom Component
How to make Custom Component
Read with this
How to make FO components
How to make FO components
Read with this
Configuration
Configuration
Read with this
Binding variable(to be deleted)
Binding variable(to be deleted)
Read with this
커스텀 컴포넌트 만들기
커스텀 컴포넌트 만들기
Read with this
인증
Read with this