UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

7 lines 280 B
import { computed } from "vue"; import { useThemeLocale } from "@theme-hope/composables/useTheme"; export const useMetaLocale = () => { const themeLocale = useThemeLocale(); return computed(() => themeLocale.value.metaLocales); }; //# sourceMappingURL=useMetaLocale.js.map