UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

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