add Card component

add Card component
This commit is contained in:
梁灏 2016-09-15 23:43:50 +08:00
parent 49306c7a7f
commit 15bae14479
10 changed files with 163 additions and 21 deletions

2
components/card/index.js Normal file
View file

@ -0,0 +1,2 @@
import Card from './card.vue';
export default Card;