enhance(drop-and-fusion): some tweaks
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
Reference in New Issue
Block a user