mirror of
https://github.com/certd/certd.git
synced 2026-07-02 01:17:32 +08:00
chore: eslint
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user