Function: useLocaleTitle()

Source: 1.0.0-rc.14 · a572916b42ec

ts
function useLocaleTitle(fm): ComputedRef<string>;

Defined in: packages/valaxy/client/composables/locale.ts:63

get locale title

md
---
title:
  zh-CN: Valaxy - Vue 驱动的静态站点生成器
  en: Valaxy - Vue Powered Static Site Generator
---

Parameters

fm

Ref< | { title?: string | Record<string, string>; } | null>

Returns

ComputedRef<string>