Files
frontend-app/uni_modules/uview-plus/components/u-tabs-item/props.js
T

10 lines
230 B
JavaScript
Raw Normal View History

2026-07-23 14:31:06 +08:00
import { defineMixin } from '../../libs/vue'
import { registerComponentProps } from '../../libs/config/props.js'
const defProps = registerComponentProps({ tabsItem: {} })
export const props = defineMixin({
props: {
}
})