init component
This commit is contained in:
13
node_modules/buetify/lib/composables/shared/index.js
generated
vendored
Executable file
13
node_modules/buetify/lib/composables/shared/index.js
generated
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
import { constant } from 'fp-ts/lib/function';
|
||||
import { fromEquals } from 'fp-ts/lib/Eq';
|
||||
import { deepEqual } from '../../utils/helpers';
|
||||
const eqDeep = fromEquals(deepEqual);
|
||||
export function getEqPropsDefinition(eq = eqDeep) {
|
||||
return {
|
||||
eq: {
|
||||
type: Object,
|
||||
default: constant(eq)
|
||||
}
|
||||
};
|
||||
}
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user