Skip to content

Commit

Permalink
docs: fix el-backtop prop type error in component.tpl (ElemeFE#15739)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonaliaChen authored and lzq4047 committed May 22, 2020
1 parent a12cc75 commit 1667ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pages/template/component.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1667ca3

Please sign in to comment.