perf: enable strict ts type checking (#4045)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { SubMenuProvider } from '../interface';
|
||||
|
||||
import { computed, getCurrentInstance } from 'vue';
|
||||
|
||||
import { SubMenuProvider } from '../interface';
|
||||
import { findComponentUpward } from '../utils';
|
||||
|
||||
function useMenu() {
|
||||
|
Reference in New Issue
Block a user