Fix Responsive

This commit is contained in:
nguyen van thai
2024-07-09 08:33:33 +07:00
parent 08ad924483
commit 28ce3d42a0
2 changed files with 13 additions and 2 deletions
@@ -33,6 +33,7 @@ const GET_PROPS = computed(() => {
<template>
<component
class="overflow-x-hidden"
v-if="definedDynamicPage[getCurrentTemplate]"
:is="definedDynamicPage[getCurrentTemplate]"
v-bind="{...(GET_PROPS()), settings: _props.settings}"