UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

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