12 lines
No EOL
249 B
JavaScript
12 lines
No EOL
249 B
JavaScript
import Vue from 'vue';
|
|
import { deepEqual } from '../../util/helpers';
|
|
export default Vue.extend({
|
|
name: 'comparable',
|
|
props: {
|
|
valueComparator: {
|
|
type: Function,
|
|
default: deepEqual
|
|
}
|
|
}
|
|
});
|
|
//# sourceMappingURL=index.js.map
|