minhnt-dev: only ssr

This commit is contained in:
MoreStrive
2024-06-21 09:56:34 +07:00
parent 229155b24a
commit 6a275c354e
18 changed files with 84 additions and 1003 deletions
@@ -1,5 +1,5 @@
<script setup lang="ts">
import isEmpty from "lodash/isEmpty";
import { isEmpty } from "@/utils/lodash";
import DynamicComponent from "~/components/dynamic-page/page-component/templates/index.vue";
import { COLLECTION_PAGING_QUERY_DROP, getInputValue } from "@/utils/parseSQL";
const router = useRouter();
@@ -72,7 +72,7 @@ onBeforeMount(() => {
});
const loadPage = (page: string | number) => {
console.log(`Loading page ${page}`);
// console.log(`Loading page ${page}`);
// listArticleByCategory.value =
};