update
parent
5ea83113fe
commit
c0d90cebd3
|
@ -28,5 +28,13 @@ export default class Tr {
|
||||||
__init__() {
|
__init__() {
|
||||||
/* render */
|
/* render */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get scrollLeft() {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
set scrollLeft(v) {
|
||||||
|
return v
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Reference in New Issue