Skip to content

Commit

Permalink
Calender: import el-button and el-button-group(#17233)
Browse files Browse the repository at this point in the history
  • Loading branch information
masongzhi committed Sep 9, 2019
1 parent 069d96a commit f5b5985
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/calendar/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
<script>
import Locale from 'element-ui/src/mixins/locale';
import fecha from 'element-ui/src/utils/date';
import ElButton from 'element-ui/packages/button';
import ElButtonGroup from 'element-ui/packages/button-group';
import DateTable from './date-table';
import { validateRangeInOneMonth } from 'element-ui/src/utils/date-util';
Expand All @@ -72,7 +74,9 @@ export default {
mixins: [Locale],
components: {
DateTable
DateTable,
ElButton,
ElButtonGroup
},
props: {
Expand Down

0 comments on commit f5b5985

Please sign in to comment.