新增功能
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import { inject, ref } from '../../adapter-vue';
|
||||
import { FocusContextKey } from '../context';
|
||||
|
||||
export function useFocusContext() {
|
||||
return inject(FocusContextKey, ref('open'));
|
||||
}
|
||||
Reference in New Issue
Block a user