添加详情页面

lijinlong
李劲龙 5 months ago
parent 3145d86f13
commit 9efabf04ca

@ -0,0 +1,24 @@
<template>
<div>
详情
</div>
</template>
<script>
export default {
name: '',
components: {},
data () {
return {
}
},
created () { },
mounted () { },
methods: { },
computed: {}
}
</script>
<style scoped lang='scss'>
</style>
Loading…
Cancel
Save