```vue <script setup lang="ts"> import { ref } from 'vue' import DatePicker from './components/DatePicker'