xyyd-fatfox/src/widgets/weather/Modal.tsx

6 lines
140 B
TypeScript
Raw Normal View History

2024-09-29 15:17:52 +08:00
import { defineComponent } from 'vue'
export default defineComponent(() => {
return () => <div class="w-full h-full bg-red-50"></div>
})