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

This commit is contained in:
xingyu4j
2026-07-20 18:45:38 +08:00
parent b330f08ef4
commit 0a2c01e453

View File

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