minhnt-dev: fix log in server
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { COLLECTION_QUERY_DROP, getValueStringWithKeyAndColon, getInputValue } from '@/utils/parseSQL';
|
||||
|
||||
const _props = defineProps<{
|
||||
dataResult?: any[];
|
||||
dataResult?: any;
|
||||
dataQuery?: string;
|
||||
}>();
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import { isEmpty } from "@/utils/lodash";
|
||||
const emit = defineEmits(["dropData", "selectComponent"]);
|
||||
|
||||
const _props = defineProps<{
|
||||
dataResult?: any[];
|
||||
dataResult?: any;
|
||||
dataQuery?: string;
|
||||
label?: string;
|
||||
}>();
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -6,7 +6,7 @@ const router = useRouter();
|
||||
const route = useRoute();
|
||||
|
||||
const _props = defineProps<{
|
||||
dataResult?: any[];
|
||||
dataResult?: any;
|
||||
dataQuery?: string;
|
||||
component?: any;
|
||||
}>();
|
||||
|
||||
@@ -8,7 +8,7 @@ const route = useRoute();
|
||||
const emit = defineEmits(["dropData", "selectComponent"]);
|
||||
|
||||
const _props = defineProps<{
|
||||
dataResult?: any[];
|
||||
dataResult?: any;
|
||||
dataQuery?: string;
|
||||
component?: any;
|
||||
label?: string;
|
||||
@@ -72,7 +72,6 @@ onBeforeMount(() => {
|
||||
});
|
||||
|
||||
const loadPage = (page: string | number) => {
|
||||
// console.log(`Loading page ${page}`);
|
||||
// listArticleByCategory.value =
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user