dengjie commit : 完善我的页面和我的发布页面样式初步完成

This commit is contained in:
clay
2022-12-22 21:49:44 +08:00
parent 35203f0d42
commit 02e6961b06
25 changed files with 409 additions and 42 deletions

View File

@@ -16,10 +16,15 @@
<script>
export default {
name: "form",
name: "myForm",
data() {
return {
model: {
userInfo: {
name: '',
phone: '',
},
},
};
}
}