mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-10 07:28:51 +08:00
🎨 chore(lint): lint code
This commit is contained in:
parent
4ae71dd0e7
commit
34c6641643
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user