4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
|
export const defineMixin = (options) => {
|
||
|
return options
|
||
|
}
|