Skip to content

Commit

Permalink
refactor: 移除多余props
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Oct 9, 2020
1 parent b373fc5 commit 87d1035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.0 (2020-09-30)
# 0.1.0 (2020-10-09)

### 🌟 新功能
范围|描述|commitId
Expand Down Expand Up @@ -26,6 +26,7 @@
layout | 调整UI布局 | [2108fcc](https://github.com/BoBoooooo/Anshare_Vue_Admin/commit/2108fcc)
layout | 修改菜单组件名称 | [d18d5f6](https://github.com/BoBoooooo/Anshare_Vue_Admin/commit/d18d5f6)
layout | 页面样式修改 | [5641a17](https://github.com/BoBoooooo/Anshare_Vue_Admin/commit/5641a17)
lint | eslint --fix | [b373fc5](https://github.com/BoBoooooo/Anshare_Vue_Admin/commit/b373fc5)
Login | 修改登录页背景 | [ddd31df](https://github.com/BoBoooooo/Anshare_Vue_Admin/commit/ddd31df)
Login | 修改登录页样式 | [921f57f](https://github.com/BoBoooooo/Anshare_Vue_Admin/commit/921f57f)
Login | 修改登录页ui | [3984d6c](https://github.com/BoBoooooo/Anshare_Vue_Admin/commit/3984d6c)
Expand Down
8 changes: 1 addition & 7 deletions src/components/FormDesigner/GenerateFormItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,6 @@ export default class GenerateFormItem extends Vue {
})
models: any;
@Prop({
type: Object,
default: () => ({}),
})
rules: any;
@Prop({
type: Object,
default: () => ({}),
Expand All @@ -332,7 +326,7 @@ export default class GenerateFormItem extends Vue {
readOnly: any;
// 当前组件对象
dataModel: any='';
dataModel: any= '';
copyOption: any = []; // 备份一份初始选项
Expand Down

0 comments on commit 87d1035

Please sign in to comment.