Skip to content

Commit

Permalink
fix: DatePicker global component name
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxiong10 committed Dec 13, 2021
1 parent fa2ca12 commit 7207f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { locale } from './locale';
const api = {
locale,
install: (app: App) => {
app.component('date-picker', DatePicker);
app.component('DatePicker', DatePicker);
},
};

Expand Down

0 comments on commit 7207f0d

Please sign in to comment.