Skip to content

Commit

Permalink
fix: 修复component name bug,版本升级至0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 23, 2020
1 parent 9c6659d commit e6b5ef2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-pro-crud",
"version": "0.2.9",
"version": "0.3.0",
"main": "lib/ProCrud.umd.min.js",
"files": [
"lib",
Expand Down
1 change: 1 addition & 0 deletions packages/crud-table/src/SearchForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ import SeniorSearchForm from './SeniorSearchForm.vue';
components: {
SeniorSearchForm,
},
name: 'SearchForm',
})
export default class SearchForm extends Vue {
// 远程数据方法
Expand Down
1 change: 1 addition & 0 deletions packages/crud-table/src/SeniorSearchForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import {
components: {
GenerateForm,
},
name: 'SeniorSearchForm',
})
export default class SeniorSearchForm extends Vue {
$refs!: {
Expand Down

0 comments on commit e6b5ef2

Please sign in to comment.