UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

5 lines 252 B
import { isActiveLink } from "vuepress-shared/client"; export const isActiveItem = (route, item) => item.activeMatch ? new RegExp(item.activeMatch, "u").test(route.path) : isActiveLink(route, item.link); //# sourceMappingURL=isActiveItem.js.map