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