This commit is contained in:
shijingjing
2022-02-15 16:23:27 +08:00
parent 479aa568da
commit e15dce3360
3 changed files with 18 additions and 4 deletions

View File

View File

@@ -1,16 +1,29 @@
<template>
<div class="detail">
<div></div>
<div>
</div>
</div>
</template>
<script>
export default {
name: 'detail',
data() {
return {
}
},
methods: {},
onShow() {},
onLoad() {},
}
</script>
<style>
<style lang="scss" scoped>
.detail {
}
</style>