完善弓箭调试和相关组件
This commit is contained in:
13
src/pages/practise-one.vue
Normal file
13
src/pages/practise-one.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup>
|
||||
import AppBackground from "@/components/AppBackground.vue";
|
||||
import Header from "@/components/Header.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<view>
|
||||
<AppBackground />
|
||||
<Header title="个人单组练习" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user