15 lines
195 B
Vue
15 lines
195 B
Vue
<script lang="ts" setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<UPage>
|
|
<LandingHero/>
|
|
<LandingD3_INTELLIGENT_APIARY/>
|
|
<LandingSERVICEINTRODUCTION/>
|
|
</UPage>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |