item-options/index.js
/**
* @component Item/ItemOptions
* @description
*
* 这个组件是 ItemSliding 组件的子组件, 两者配合使用.
*
* @props {String} [side='right'] - 选项按钮的左右位置
*
* @slot 空 - 默认填充位置, 可放置按钮
*
*
* @demo #/list
* @see component:ItemSliding
*/
export { default } from './item-options.vue'