minhnt-dev: fix log in server

This commit is contained in:
MoreStrive
2024-06-21 09:59:14 +07:00
parent 6a275c354e
commit a447a8a7aa
5 changed files with 5 additions and 6 deletions
@@ -12,7 +12,7 @@ const emit = defineEmits(["dropComponent", "dropData", "selectComponent"]);
// const { currentScreenMode } = storeToRefs(useCmsPageStore());
const _props = defineProps<{
dataResult?: any[];
dataResult?: any;
dataQuery?: string;
layout?: string;
label?: string;