fix
This commit is contained in:
parent
3e242c9e53
commit
a883a03b28
|
|
@ -1,6 +1,6 @@
|
||||||
|
import { BreadItem } from "lib/comps/custom/Breadcrumb";
|
||||||
import { fetchLinkParams, parseLink } from "lib/utils/fetch-link-params";
|
import { fetchLinkParams, parseLink } from "lib/utils/fetch-link-params";
|
||||||
import { MDLocal } from "./typings";
|
import { MDLocal } from "./typings";
|
||||||
import { BreadItem } from "lib/comps/custom/Breadcrumb";
|
|
||||||
|
|
||||||
export const masterDetailParseHash = (md: MDLocal) => {
|
export const masterDetailParseHash = (md: MDLocal) => {
|
||||||
let raw_hash = decodeURIComponent(location.hash);
|
let raw_hash = decodeURIComponent(location.hash);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue