Jelajahi Sumber

Update BackToTop.vue

star7th 6 tahun lalu
induk
melakukan
9d045af2ab
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      web_src/src/components/common/BackToTop.vue

+ 2 - 2
web_src/src/components/common/BackToTop.vue

@@ -14,7 +14,7 @@ export default {
       status: false,
       status: false,
       scrollTop: 0,
       scrollTop: 0,
       timer: null,
       timer: null,
-      speed:30
+      speed:0
     }
     }
   },
   },
   mounted () {
   mounted () {
@@ -53,4 +53,4 @@ export default {
 	color: #409EFF;
 	color: #409EFF;
 }
 }
 
 
-</style>
+</style>