init Drawer component catelog

This commit is contained in:
梁灏 2018-08-23 15:01:13 +08:00
parent 0ab65f3bfa
commit c4d780c0bd
7 changed files with 26 additions and 2 deletions

View file

@ -0,0 +1,13 @@
<template>
<div></div>
</template>
<script>
const prefixCls = 'ivu-drawer';
export default {
name: 'Drawer',
props: {
}
};
</script>

View file

@ -0,0 +1,3 @@
import Drawer from './drawer.vue';
export default Drawer;