浏览代码

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

Simona 6 年之前
父节点
当前提交
13cefb30ef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/pages/template/component.tpl

+ 2 - 2
examples/pages/template/component.tpl

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