mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
7 lines
89 B
Vue
7 lines
89 B
Vue
<script setup lang="ts"></script>
|
|
<template>
|
|
<main>
|
|
<slot />
|
|
</main>
|
|
</template>
|