import { defineMixin } from '../../libs/vue' import { registerComponentProps } from '../../libs/config/props.js' const defProps = registerComponentProps({ indexItem: {} }) export const props = defineMixin({ props: { } })