UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

7 lines 263 B
import { computed } from "vue"; import { useThemeData } from "@theme-hope/composables/index"; export const useEncryptConfig = () => { const theme = useThemeData(); return computed(() => theme.value.encrypt); }; //# sourceMappingURL=useEncryptConfig.js.map