Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
feat: use small size by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Jan 14, 2022
1 parent 05a44db commit e75fcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import Element from 'element-ui';
// @ts-ignore
import CollapseTransition from 'element-ui/lib/transitions/collapse-transition';

Vue.use(Element);
Vue.use(Element, { size: 'small' });
Vue.component(CollapseTransition.name, CollapseTransition);

0 comments on commit e75fcb1

Please sign in to comment.