소스 검색

chore: fix lint

Jin Mao 4 달 전
부모
커밋
a3598ef859
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/@core/ui-kit/shadcn-ui/src/ui/input/Input.vue

+ 1 - 1
packages/@core/ui-kit/shadcn-ui/src/ui/input/Input.vue

@@ -33,7 +33,7 @@ const modelValue = useVModel(props, 'modelValue', emits, {
 <style lang="scss" scoped>
 input {
   --ring: var(--primary);
-  
+
   &::-ms-reveal,
   &::-ms-clear {
     display: none;