瀏覽代碼

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) => {