xyyd-fatfox/src/widgets/hotspot/Middle.tsx

11 lines
186 B
TypeScript
Raw Normal View History

2024-10-18 18:17:45 +08:00
import { defineComponent } from 'vue'
export default defineComponent(() => {
return () => (
<div class="w-full h-full bg-[#ecfbff] flex flex-col">
middle
</div>
)
})