Skip to content

Commit

Permalink
chore: update version to 0.9.3-2
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Apr 10, 2021
1 parent 1083fd6 commit 042ab51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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.9.3-1",
"version": "0.9.3-2",
"author": "BoBo<[email protected]>",
"main": "lib/ProCrud.umd.min.js",
"files": [
Expand Down
3 changes: 1 addition & 2 deletions src/component/pro-form/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ ProForm.install = function (Vue, options) {
if (options) {
Vue.prototype.$PROCRUD = options;
}
console.log(ProForm.name);
Vue.component(ProForm.name, ProForm);
Vue.component('ProForm', ProForm);
};

export default ProForm;
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const components = [
component: ProTable,
},
{
name: ProForm.name,
name: 'ProForm',
component: ProForm,
},
{
Expand Down

0 comments on commit 042ab51

Please sign in to comment.