Feat : card distribute
This commit is contained in:
@@ -9,13 +9,13 @@ export interface Props {
|
||||
tilted?: boolean
|
||||
}
|
||||
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
wrapped: () => false,
|
||||
tilted: () => true,
|
||||
locked: () => true
|
||||
})
|
||||
|
||||
|
||||
const emit = defineEmits(["click"])
|
||||
|
||||
const settingsStore = useSettingsStore()
|
||||
|
||||
Reference in New Issue
Block a user