mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
7 lines
90 B
Vue
7 lines
90 B
Vue
<script setup lang="ts">
|
|
</script>
|
|
<template>
|
|
<main>
|
|
<slot />
|
|
</main>
|
|
</template>
|