This commit is contained in:
syuilo
2024-02-03 17:00:45 +09:00
parent 2dd886e285
commit 586a458c7a
12 changed files with 424 additions and 149 deletions

View File

@@ -34,9 +34,9 @@ import * as Mahjong from 'misskey-mahjong';
import XTile from './tile.vue';
const props = defineProps<{
huro: Mahjong.Common.Huro;
huro: Mahjong.Huro;
variation: string;
doras: Mahjong.Common.Tile[];
doras: Mahjong.Tile[];
}>();
</script>