mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(): update dependencies
This commit is contained in:
@ -59,11 +59,11 @@ export class RangeKnob {
|
||||
render() {
|
||||
if (this.pin) {
|
||||
return [
|
||||
<div class='range-pin' role='presentation'>{this.val}</div>,
|
||||
<div class='range-knob' role='presentation' />
|
||||
<div class="range-pin" role="presentation">{this.val}</div>,
|
||||
<div class="range-knob" role="presentation" />
|
||||
];
|
||||
}
|
||||
return <div class='range-knob' role='presentation' />;
|
||||
return <div class="range-knob" role="presentation" />;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user