beehive/app/pages/product/beenSafe.vue

13 lines
133 B
Vue
Raw Normal View History

2025-10-24 10:14:54 +08:00
<script lang="ts" setup>
</script>
<template>
<Upage>
<ProductBeenSafeHero/>
</Upage>
</template>
<style scoped>
</style>