starwait/pages/home/blog/[blogId].vue
2025-04-29 02:39:55 +08:00

17 lines
224 B
Vue

<script setup lang="ts">
</script>
<template>
<div class="BlogEntity">
<HomeBlogMarked></HomeBlogMarked>
</div>
</template>
<style scoped lang="scss">
.BlogEntity{
position: relative;
height: 100%;
}
</style>