UNPKG

@tencentcloud/call-uikit-vue

Version:

An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.

8 lines (6 loc) 269 B
import { noop } from '../../TUICallService/utils/common-utils'; import { inject, Ref, ref } from '../../adapter-vue'; import { translateContextKey } from '../context'; export function useTranslate() { return inject<Ref<Function>>(translateContextKey, ref(noop)); }