Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-04-21 13:46:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2bfa79f121513104dbdb073620d0e67e9b426b30
2bfa79f1
1 parent
28796483
fix 细节调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
1 deletions
src/components/template/index.vue
src/views/client/index.vue
src/components/template/index.vue
0 → 100644
View file @
2bfa79f
<template>
<div></div>
</template>
<script setup>
import { ref, reactive, onMounted } from 'vue'
const props = defineProps({
type: String
})
onMounted(() => {
})
</script>
<script>
export default {
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="less" scoped>
</style>
\ No newline at end of file
src/views/client/index.vue
View file @
2bfa79f
...
...
@@ -11,7 +11,7 @@
</div>
</div>
</div>
<div class="van-safe-area-bottom"></div>
</template>
<script setup>
...
...
Please
register
or
login
to post a comment