fix: 添加 oxlint 禁用注释以避免嵌套三元运算符警告
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
// oxlint-disable unicorn/no-nested-ternary
|
||||
import type { FormCommonConfig, FormSchema } from '../types';
|
||||
|
||||
import { computed } from 'vue';
|
||||
|
||||
Reference in New Issue
Block a user