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

6 lines
140 B
TypeScript

import { defineComponent } from 'vue'
export default defineComponent(() => {
return () => <div class="w-full h-full bg-red-50"></div>
})