View | Details | Raw Unified | Return to bug 33381
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts (-2 / +1 lines)
Lines 21-27 import { routes } from "../routes/erm"; Link Here
21
21
22
const router = createRouter({
22
const router = createRouter({
23
    history: createWebHistory(),
23
    history: createWebHistory(),
24
    linkExactActiveClass: "current",
24
    linkActiveClass: "current",
25
    routes,
25
    routes,
26
});
26
});
27
27
28
- 

Return to bug 33381