新增功能
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { inject, Ref } from '../../adapter-vue';
|
||||
import { PopoverContextKey } from '../context';
|
||||
|
||||
export function usePopover() {
|
||||
return inject<Ref<string>>(PopoverContextKey);
|
||||
}
|
||||
Reference in New Issue
Block a user