|
src/views/video-playback/play.vue:96:13 - error TS2339: Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCust
omProps, never>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: OnCleanup) => any : (ar...'.
96 $t("guan-bi-dan-mu")
~~
src/views/video-playback/play.vue:100:14 - error TS2339: Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCus
tomProps, never>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: OnCleanup) => any : (ar...'.
100 {{ $t("download") }}
~~
src/views/xiangmu/components/homeVideo.vue:14:55 - error TS2339: Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ infullscreen: boolean; }> & Omit<{ readonly infullscree
n: boolean; readonly device?: IBvDevice | undefined; readonly "onDevice-closed"?: ((...args: any[]) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "infullscreen">; ...'.
14 <div v-loading="loading" :element-loading-text="$t('el.select.loading')"
~~
src/views/xiangmu/components/videoItem.vue:14:49 - error TS2339: Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ inFullScreen: boolean; }> & Omit<{ readonly id: string;
readonly imgUrl: string; readonly inFullScreen: boolean; readonly name?: string | undefined; readonly info?: PuListData | undefined; readonly onClose?: ((...args: any[]) => any) | undefined; } & VNode...'.
14 ><img src="@/assets/img/close.png" />{{ $t("close") }}</span |
|