Files
dvcp_v2_wechat_app/src/project/fengdu/AppNewFarmerBank/signIn.vue

29 lines
258 B
Vue
Raw Normal View History

2023-03-30 10:04:06 +08:00
<template>
<div class="signIn">
</div>
</template>
<script>
export default {
name: 'signIn',
appName: 'signIn',
data() {
return {
}
},
methods: {
},
onShow() {
}
}
</script>
<style lang="scss" scoped>
.signIn {
}
</style>