Feat : add game board to current_player
This commit is contained in:
@@ -108,7 +108,15 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<canvas ref="canvas">test</canvas>
|
||||
<canvas ref="canvas" id="background">test</canvas>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
#background {
|
||||
z-index: -1;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user