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
@@ -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 =
};