新增功能
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { ICustomUIConfig } from "../../TUICallService/const";
|
||||
import { inject, Ref } from "../../adapter-vue";
|
||||
import { CustomUIConfigContextKey } from "../context";
|
||||
|
||||
export function useCustomUI() {
|
||||
return inject<Ref<ICustomUIConfig>>(CustomUIConfigContextKey);
|
||||
}
|
||||
Reference in New Issue
Block a user