Browse Source

fix: 添加 oxlint 禁用注释以避免嵌套三元运算符警告

pull/8173/head
xingyu4j 2 months ago
parent
commit
0a2c01e453
  1. 1
      packages/@core/ui-kit/form-ui/src/components/form-field-array.vue

1
packages/@core/ui-kit/form-ui/src/components/form-field-array.vue

@ -1,4 +1,5 @@
<script setup lang="ts">
// oxlint-disable unicorn/no-nested-ternary
import type { FormCommonConfig, FormSchema } from '../types';
import { computed } from 'vue';

Loading…
Cancel
Save