fiee-official-website/src/views/home/size1920/index.vue

18 lines
359 B
Vue
Raw Normal View History

2025-05-22 06:56:37 +00:00
<script setup>
import { NCarousel, NDivider, NMarquee, NPopselect } from 'naive-ui'
import { onUnmounted, ref, watch, onMounted, computed } from 'vue'
2025-05-22 06:56:37 +00:00
</script>
<template>
<!-- <header className="header">
2025-05-22 06:56:37 +00:00
1920
</header> -->
<main ref="main"></main>
2025-05-22 06:56:37 +00:00
</template>
<style scoped lang="scss">
main {
padding: var(--header-height, 80px) 0 0;
}
2025-05-22 06:56:37 +00:00
</style>