罗世杰:feat:初始化主页导航跳转

This commit is contained in:
LuoShijie
2023-11-09 22:18:24 +08:00
parent 10802093b5
commit 5c391aae6e
7 changed files with 251 additions and 12 deletions

View File

@@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>