fix(ui): FRO-33 Trumpsuit Component
fix
This commit is contained in:
@@ -6,7 +6,7 @@ import type {GameInfo} from "@/types/GameTypes.ts";
|
|||||||
|
|
||||||
const ig = useIngame()
|
const ig = useIngame()
|
||||||
const currentPlayer = computed(() => (<GameInfo>ig.data).playerQueue?.currentPlayer)
|
const currentPlayer = computed(() => (<GameInfo>ig.data).playerQueue?.currentPlayer)
|
||||||
const queue = computed(() => { return (<GameInfo>ig.data).playerQueue.queue ?? []})
|
const queue = computed(() => { return (<GameInfo>ig.data).playerQueue?.queue ?? []})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user