style: 修改翻牌器全局引用的目录

This commit is contained in:
奔跑的面条
2022-10-31 09:29:22 +08:00
parent ae8fcd640b
commit 7bef69af92
6 changed files with 4 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
import Flipper from './index.vue'
type FlipType = 'up' | 'down'
export { Flipper, FlipType }