docs: fix el-backtop prop type error in component.tpl (#15739)

pull/15753/head
Simona 2019-05-28 11:57:22 +08:00 committed by luckyCao
parent 6af04e8765
commit 13cefb30ef
1 changed files with 2 additions and 2 deletions

View File

@ -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>