当前位置: 首页> 教育> 就业 > 为企业推广_郑州一建董事长_宁德市安全教育平台_品牌关键词优化哪家便宜

为企业推广_郑州一建董事长_宁德市安全教育平台_品牌关键词优化哪家便宜

时间:2025/7/12 20:35:31来源:https://blog.csdn.net/weixin_42289273/article/details/144720673 浏览次数:0次
为企业推广_郑州一建董事长_宁德市安全教育平台_品牌关键词优化哪家便宜

英译汉插件

  1. i18n.ts
export default {install: (app: any, options: any) => {// 注入一个全局可用的$translate()方法app.config.globalProperties.$translate = (key: string) => {// 获取options对象的深层属性// 使用key作为索引return key.split(".").reduce((o, i) => {console.log(o, i)if (o) return o[i]}, options)}}
}
  1. main.ts全局注入插件
app.use(i18n, {hello: {world: "你好世界"}
})
  1. vue模版中使用
<span>{{ $translate("hello.world") }}</span>
  1. ts类型声明文件
    tsconfig.json/env.d.ts
// / <reference types="vite/client" />import { ComponentCustomProperties } from "vue"declare module "@vue/runtime-core" {// 为 $translate 添加类型声明interface ComponentCustomProperties {$translate: (key: string) => string}
}
关键字:为企业推广_郑州一建董事长_宁德市安全教育平台_品牌关键词优化哪家便宜

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: