This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
old
宇天 2020-05-16 23:17:31 +08:00
parent 5ea83113fe
commit c0d90cebd3
1 changed files with 8 additions and 0 deletions

View File

@ -28,5 +28,13 @@ export default class Tr {
__init__() {
/* render */
}
get scrollLeft() {
return 0
}
set scrollLeft(v) {
return v
}
}
</script>