add Alert component

add Alert component
This commit is contained in:
梁灏 2016-09-12 11:59:15 +08:00
parent e06f5e265c
commit 9d69bab6a6
8 changed files with 250 additions and 16 deletions

View file

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