xyyd-fatfox/src/widgets/calendar/Large.tsx

6 lines
140 B
TypeScript
Raw Normal View History

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