This commit is contained in:
2026-08-26 15:10:25 +08:00
parent 06debfd1fc
commit fc9613197b
202 changed files with 28919 additions and 5551 deletions
@@ -1,5 +1,11 @@
<template>
<van-dropdown-item :options="yearOptions" @change="yearChange" v-model="year"></van-dropdown-item>
<van-dropdown-item
:options="yearOptions"
v-model="year"
@change="yearChange"
@open="$emit('open')"
@close="$emit('close')"
></van-dropdown-item>
</template>
<script>