mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
docs: fix el-backtop prop type error in component.tpl (#15739)
This commit is contained in:
@@ -141,8 +141,8 @@
|
||||
<el-backtop
|
||||
v-if="showBackToTop"
|
||||
target=".page-component__scroll .el-scrollbar__wrap"
|
||||
right="100"
|
||||
bottom="150"
|
||||
:right="100"
|
||||
:bottom="150"
|
||||
></el-backtop>
|
||||
</div>
|
||||
</el-scrollbar>
|
||||
|
||||
Reference in New Issue
Block a user