minhnt-dev: fix log in server
This commit is contained in:
@@ -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