15 lines
330 B
Vue
15 lines
330 B
Vue
<script setup>
|
|
import { NCarousel, NDivider, NMarquee, NPopselect } from 'naive-ui'
|
|
import { onUnmounted, ref, watch, onMounted, computed } from 'vue'
|
|
</script>
|
|
|
|
<template>
|
|
<header className="header">
|
|
1920 cookiesSettings
|
|
</header>
|
|
<main ref="main"></main>
|
|
</template>
|
|
|
|
<style scoped lang="scss">
|
|
</style>
|