防返贫

This commit is contained in:
yanran200730
2022-01-13 10:22:12 +08:00
parent bfbb21228e
commit ca29a77dd2
3 changed files with 32 additions and 12 deletions

View File

@@ -0,0 +1,29 @@
<template>
<div class="family">
</div>
</template>
<script>
export default {
name: 'Family',
data () {
return {
}
},
mounted () {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>