28 lines
308 B
Vue
28 lines
308 B
Vue
<template>
|
|
<div class="AppHelpDeclaration">
|
|
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "AppHelpDeclaration",
|
|
appName: "帮扶申报",
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
onShow() {
|
|
|
|
},
|
|
methods: {
|
|
|
|
},
|
|
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
.AppHelpDeclaration {}
|
|
</style> |