特殊人群
This commit is contained in:
32
src/apps/AppSpecialPeople/components/detail.vue
Normal file
32
src/apps/AppSpecialPeople/components/detail.vue
Normal file
@@ -0,0 +1,32 @@
|
||||
<template>
|
||||
<div class="detail">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
export default {
|
||||
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
computed: { ...mapState(['user']) },
|
||||
mounted() {
|
||||
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.detail {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user