init Drawer component catelog
This commit is contained in:
parent
0ab65f3bfa
commit
c4d780c0bd
7 changed files with 26 additions and 2 deletions
13
src/components/drawer/drawer.vue
Normal file
13
src/components/drawer/drawer.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
<div></div>
|
||||
</template>
|
||||
<script>
|
||||
const prefixCls = 'ivu-drawer';
|
||||
|
||||
export default {
|
||||
name: 'Drawer',
|
||||
props: {
|
||||
|
||||
}
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue