22 lines
300 B
Vue
22 lines
300 B
Vue
|
|
<template>
|
||
|
|
<div class="helpEachOther">
|
||
|
|
<AiEmpty img="./../AppEmpty/mdpi_img-jianshezhong.png"></AiEmpty>
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {
|
||
|
|
name: "helpEachOther",
|
||
|
|
appName: "家庭教育互助惠",
|
||
|
|
data() {
|
||
|
|
return {
|
||
|
|
|
||
|
|
}
|
||
|
|
},
|
||
|
|
onShow() {}
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
|
||
|
|
</style>
|