主题
<template> <zeroCalendar v-model="value"></zeroCalendar> </template> <script setup> import {ref} from 'vue'; const value = ref(''); </script>