beehive/app/pages/index/index.vue

15 lines
195 B
Vue
Raw Normal View History

2025-10-22 10:57:17 +08:00
<script lang="ts" setup>
</script>
<template>
2025-10-22 10:57:30 +08:00
<UPage>
<LandingHero/>
2025-10-22 17:43:13 +08:00
<LandingD3_INTELLIGENT_APIARY/>
<LandingSERVICEINTRODUCTION/>
2025-10-22 10:57:30 +08:00
</UPage>
2025-10-22 10:57:17 +08:00
</template>
<style scoped>
</style>