🎨 chore(lint): lint code

This commit is contained in:
Timothy Yin 2024-11-24 17:00:33 +08:00
parent 4ae71dd0e7
commit 34c6641643
4 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ import { computed, defineComponent, toRef, type PropType } from 'vue'
import { getNonUndefinedValuesFromObject } from '../../utils'
import { nuxtLinkProps } from '../../utils/link'
import { button } from '../../ui.config'
import { useRayUI } from '#build/imports'
import type { ButtonColor, ButtonSize, ButtonVariant, DeepPartial, Strategy } from '../../types/index'
import { useRayUI } from '#build/imports'
const config = button

View File

@ -3,8 +3,8 @@ import { computed, defineComponent, toRef, type PropType } from 'vue'
import { twJoin, twMerge } from 'tailwind-merge'
import defu from 'defu'
import { input } from '../../ui.config'
import { onMounted, ref, useRayUI } from '#build/imports'
import type { DeepPartial, InputColor, InputModelModifiers, InputSize, InputType, InputVariant, Strategy } from '../../types/index'
import { onMounted, ref, useRayUI } from '#build/imports'
const config = input

View File

@ -2,8 +2,8 @@
import { ref, onMounted, defineComponent, type PropType, toRef, computed } from 'vue'
import { twJoin, twMerge } from 'tailwind-merge'
import { message } from '../../ui.config'
import { useMessage, useRayUI } from '#build/imports'
import type { DeepPartial, Message, MessageColor, MessageType, Strategy } from '../../types/index'
import { useMessage, useRayUI } from '#build/imports'
const config = message

View File

@ -2,9 +2,9 @@
import { computed, defineComponent, toRef, type PropType } from 'vue'
import { twJoin, twMerge } from 'tailwind-merge'
import { messages } from '../../ui.config'
import type { DeepPartial, Message, Strategy } from '../../types/index'
import { useState } from '#imports'
import { useRayUI } from '#build/imports'
import type { DeepPartial, Message, Strategy } from '../../types/index'
const config = messages