10 lines
231 B
JavaScript
10 lines
231 B
JavaScript
import { defineMixin } from '../../libs/vue'
|
|
import { registerComponentProps } from '../../libs/config/props.js'
|
|
|
|
const defProps = registerComponentProps({ indexItem: {} })
|
|
export const props = defineMixin({
|
|
props: {
|
|
|
|
}
|
|
})
|