This commit is contained in:
nguyen van thai
2024-07-09 15:15:22 +07:00
parent 776a3cf2c7
commit 0dba7790b1
16 changed files with 484 additions and 180 deletions
@@ -5,7 +5,9 @@ import { enumPageComponentTemplates } from "@/definitions/enum";
const router = useRouter();
const route = useRoute();
import { useScroll } from '@vueuse/core';
const store = reactive({
component: useDynamicPageStore(),
});
const _props = defineProps<{
dataResult?: any[];
dataQuery?: string;