unibest/src/components/AppTest.vue
2024-03-01 20:23:59 +08:00

7 lines
89 B
Vue

<!-- 本文件会自动导入 -->
<template>
<span>
<slot />
</span>
</template>