Skip to content

Commit

Permalink
docs: fix el-backtop prop type error in component.tpl (#15739)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonaliaChen authored and luckyCao committed May 28, 2019
1 parent 6af04e8 commit 13cefb3
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 13cefb3

Please sign in to comment.