enhance(drop-and-fusion): some tweaks

This commit is contained in:
syuilo 2024-01-12 20:38:04 +09:00
parent 271407312e
commit 0aefebf02a
4 changed files with 8 additions and 6 deletions

View file

@ -16,7 +16,7 @@ import * as os from '@/os.js';
const props = withDefaults(defineProps<{
x: number;
y: number;
value?: number;
value?: number | string;
}>(), {
value: 1,
});