chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2025-01-28 13:18:32 +00:00
parent 3bb8af16ff
commit 7de2e99321
10 changed files with 1360 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
import { message } from 'ant-design-vue'
import tinycolor from 'tinycolor2'
import type { Select as AntSelect } from 'ant-design-vue'
import { type LocalSelectOptionType, type SelectInputOptionType, getOptions, getSelectedTitles } from './utils'
import MdiCloseCircle from '~icons/mdi/close-circle'
import { getOptions, getSelectedTitles, type LocalSelectOptionType, type SelectInputOptionType } from './utils'
interface Props {
modelValue?: string | string[]