소스 검색

style: 默认隐藏滑块

zhouyuhao 5 달 전
부모
커밋
c0437a0f7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) => {