feat:增加vant组件库

This commit is contained in:
2026-02-12 17:27:14 +08:00
parent 1b8bd5a7e2
commit 8940b3972a
29 changed files with 241 additions and 269 deletions

View File

@@ -9,12 +9,11 @@
:key="index" :date-item="item" />
</div>
<draggable-button @click="addClick"/>
<van-floating-bubble icon="plus" @click="addClick" style="top: -60px;"/>
</div>
</template>
<script setup lang="ts">
import DraggableButton from '@/components/Common/DraggableButton.vue'
import AnniversaryQuery from '@/components/Anniversary/AnniversaryQuery.vue'
import AnniversaryCard from '@/components/Anniversary/AnniversaryCard.vue'
import { useAnniversaryStore } from '@/store/anniversary.ts'