chore: eslint

This commit is contained in:
xiaojunnuo
2026-05-31 02:20:11 +08:00
parent 3d960c3869
commit dc1507a5ea
3 changed files with 18 additions and 19 deletions
@@ -4,7 +4,6 @@ import type { MenuRecordRaw } from "/@/vben/typings";
import { computed } from "vue";
import { MenuBadge, MenuItem, SubMenu as SubMenuComp } from "./components";
// eslint-disable-next-line import/no-self-import
import SubMenu from "./sub-menu.vue";
import { FsSlotRender } from "@fast-crud/fast-crud";
@@ -12,7 +12,6 @@ interface Props extends TabsProps {}
defineOptions({
name: "VbenTabsChrome",
// eslint-disable-next-line perfectionist/sort-objects
inheritAttrs: false,
});