mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 完成数字翻牌组件
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import Flipper from './index.vue'
|
||||
type FlipType = 'up' | 'down'
|
||||
|
||||
export { Flipper }
|
||||
export { Flipper, FlipType }
|
||||
|
||||
@@ -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