<template>
<tiny-calendar mode="year"></tiny-calendar>
</template>
<script setup>
import { Calendar as TinyCalendar } from '@opentiny/vue'
</script>