mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
fix: disable vue/no-unused-properties for shadcn-vue forwarded props
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
/* eslint-disable vue/no-unused-properties */
|
||||||
import { reactiveOmit } from '@vueuse/core'
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
import type { VariantProps } from 'class-variance-authority'
|
import type { VariantProps } from 'class-variance-authority'
|
||||||
import type { ToggleGroupRootEmits, ToggleGroupRootProps } from 'reka-ui'
|
import type { ToggleGroupRootEmits, ToggleGroupRootProps } from 'reka-ui'
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
/* eslint-disable vue/no-unused-properties */
|
||||||
import { reactiveOmit } from '@vueuse/core'
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
import type { VariantProps } from 'class-variance-authority'
|
import type { VariantProps } from 'class-variance-authority'
|
||||||
import type { ToggleGroupItemProps } from 'reka-ui'
|
import type { ToggleGroupItemProps } from 'reka-ui'
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
/* eslint-disable vue/no-unused-properties */
|
||||||
import { reactiveOmit } from '@vueuse/core'
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
import type { ToggleEmits, ToggleProps } from 'reka-ui'
|
import type { ToggleEmits, ToggleProps } from 'reka-ui'
|
||||||
import { Toggle, useForwardPropsEmits } from 'reka-ui'
|
import { Toggle, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
|||||||
Reference in New Issue
Block a user