前端迷宫绘制完成

This commit is contained in:
2023-02-11 18:51:00 +08:00
parent 4eb9cdfae7
commit faa10babe6
10 changed files with 371 additions and 6 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
<template>
<ContentBase>对战</ContentBase>
<PlayGround>对战</PlayGround>
</template>
<script>
import ContentBase from "../../components/ContentBase.vue";
import PlayGround from "../../components/PlayGround.vue";
export default {
components: {
ContentBase,
PlayGround,
},
};
</script>