UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

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