add anchor component

This commit is contained in:
zhigang.li 2018-04-12 17:49:55 +08:00
parent eeeceb5446
commit 43513f702c
13 changed files with 434 additions and 4 deletions

View file

@ -0,0 +1,2 @@
import AnchorLink from '../anchor/anchor-link.vue';
export default AnchorLink;