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