initialize carousel

This commit is contained in:
Rijn 2017-01-16 02:45:11 -06:00
parent 6831b361ca
commit 6c9acb08fa
8 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<template>
<div :class="prefixCls">
</div>
</template>
<script>
const prefixCls = 'ivu-cascader';
export default {
name: 'Carousel'
};
</script>