20 lines
437 B
JavaScript
20 lines
437 B
JavaScript
// ../node_modules/.pnpm/vue-element-plus-x@1.3.7_ro_47c535807434a0797b7704af258a7bca/node_modules/vue-element-plus-x/dist/init-ZxktEp_H.js
|
|
function initRange(domain, range) {
|
|
switch (arguments.length) {
|
|
case 0:
|
|
break;
|
|
case 1:
|
|
this.range(domain);
|
|
break;
|
|
default:
|
|
this.range(range).domain(domain);
|
|
break;
|
|
}
|
|
return this;
|
|
}
|
|
|
|
export {
|
|
initRange
|
|
};
|
|
//# sourceMappingURL=chunk-EKBXQN5S.js.map
|