add anchor component
This commit is contained in:
parent
eeeceb5446
commit
43513f702c
13 changed files with 434 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
import Affix from './components/affix';
|
||||
import Alert from './components/alert';
|
||||
import Anchor from './components/anchor';
|
||||
import AnchorLink from './components/anchor-link';
|
||||
import AutoComplete from './components/auto-complete';
|
||||
import Avatar from './components/avatar';
|
||||
import BackTop from './components/back-top';
|
||||
|
@ -55,6 +57,8 @@ import locale from './locale/index';
|
|||
const components = {
|
||||
Affix,
|
||||
Alert,
|
||||
Anchor,
|
||||
AnchorLink,
|
||||
AutoComplete,
|
||||
Avatar,
|
||||
BackTop,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue