Browse Source

style: 默认隐藏滑块

zhouyuhao 5 months ago
parent
commit
c0437a0f7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/VSliderVerification/src/VSliderVerification.vue

+ 1 - 1
src/components/VSliderVerification/src/VSliderVerification.vue

@@ -92,7 +92,7 @@ const addSliderBtnNode = (state: string) => {
   }
 }
 
-const isShow = ref(true)
+const isShow = ref(false)
 
 // 根据不同的状态,设置已滑动区域的背景颜色
 const updateSliderBackground = (state: string) => {