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