Explorar o código

chore: fix lint

Jin Mao hai 4 meses
pai
achega
a3598ef859
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;