This commit is contained in:
MoreStrive
2024-07-01 16:06:28 +07:00
21 changed files with 77 additions and 64 deletions
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import type { PageSection } from "@/models/cms";
import type { PageSection } from "@/server/models/dynamic-page/index";
import { enumPageSectionLayouts, enumPageSectionTemplate, enumPageSectionKey } from "@/definitions/enum";
import { NONE_DEFAULT_LAYOUT } from "./index";
@@ -36,7 +36,6 @@ const definedDynamicSection: Record<string, any> = {
const getCurrentSection = computed(() => {
return _props.settings.layout
});
const GET_PROPS = computed(() => {
return () => {
let props: any = {};