minhnt-dev: navigation
This commit is contained in:
@@ -13,7 +13,7 @@ const definedDynamicComponent: Record<string, any> = {
|
||||
[enumPageComponentTemplates.SECTION]: Dynamic_Section,
|
||||
[enumPageComponentTemplates.OTHER]: Dynamic_Other,
|
||||
[enumPageComponentTemplates.ADVERTISING]: Dynamic_Advertising,
|
||||
[enumPageComponentTemplates.NONE]: Dynamic_Navigation,
|
||||
[enumPageComponentTemplates.NAVIGATION]: Dynamic_Navigation,
|
||||
};
|
||||
// console.log(_props.settings.template, 'template')
|
||||
const getCurrentComponent = computed(() => `${_props.settings.template}`);
|
||||
|
||||
Reference in New Issue
Block a user