npm install vue-flipper --save#For Yarn, use the command below.yarn add vue-flipper Usage Just importFlippercomponent from'vue-flipper'and use it like any other Vue component. <template> <flipperwidth="270px"height="300px":flipped="flipped"@click="onClick"> Frontface Backface </flipper> ...
import { reactive, ref, watch, onMounted } from 'vue' const props = defineProps<{ number: number, enableInitialAnimation?: boolean // 是否启用初始动画 }>() const spanRefs = ref<HTMLElement[]>([]) const digits = ref<number[]>([]) // 将数字转换为数字数组 const updateDigits = (num:...
Romera02rrs/flipperpool-vuemain BranchesTags Code Folders and filesLatest commit Romera02rrs Nuevo campo localidad 60d6ecc· Sep 2, 2023 History59 Commits dist public src .browserslistrc .gitattributes .gitignore README.md TODO.txt ...