前端迷宫绘制完成
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user