UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

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