thainv-dev: UI
This commit is contained in:
@@ -10,9 +10,9 @@ const _props = defineProps<{
|
||||
const definedDynamicComponent: Record<string, any> = {
|
||||
'TYPE:Article-LAYOUT:horizontal-DATA:HORIZONTAL': Article_Pagination
|
||||
};
|
||||
console.log('đã vào')
|
||||
|
||||
const getCurrentComponent = computed(() => `${_props.settings.layout}`);
|
||||
console.log(getCurrentComponent.value, 'getcomponent')
|
||||
|
||||
const GET_PROPS = computed(() => {
|
||||
return () => {
|
||||
let props: any = {};
|
||||
|
||||
Reference in New Issue
Block a user