minhnt-dev: footer

This commit is contained in:
MoreStrive
2024-06-19 16:13:42 +07:00
parent 3b613faccf
commit 229155b24a
6 changed files with 45 additions and 35 deletions
@@ -4,7 +4,7 @@ import { buildTree } from "@/utils/recusive";
import RecusiveNavItem from "@/components/dynamic-page/page-component/templates/navigations/components/RecusiveNavItem.vue";
const _props = defineProps<{
content?: any[];
content?: any;
component?: any;
}>();
</script>