init Avatar component

This commit is contained in:
梁灏 2017-08-15 10:07:15 +08:00
parent 9823357382
commit 2c5faf30f4
9 changed files with 66 additions and 14 deletions

View file

@ -3,6 +3,7 @@ import 'core-js/fn/array/find-index';
import Affix from './components/affix';
import Alert from './components/alert';
import Avatar from './components/avatar';
import BackTop from './components/back-top';
import Badge from './components/badge';
import Breadcrumb from './components/breadcrumb';
@ -49,6 +50,7 @@ import locale from './locale';
const iview = {
Affix,
Alert,
Avatar,
BackTop,
Badge,
Breadcrumb,