mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 完成数字翻牌组件
This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { ref, PropType, watch } from 'vue'
|
||||
type FlipType = 'up' | 'down'
|
||||
import { FlipType } from '.'
|
||||
|
||||
const props = defineProps({
|
||||
flipType: {
|
||||
|
||||
Reference in New Issue
Block a user