Explorar o código

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

Simona %!s(int64=6) %!d(string=hai) anos
pai
achega
13cefb30ef
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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>