|
|
@ -9,7 +9,7 @@ export class Layout extends HTMLElement { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
load() { |
|
|
load() { |
|
|
const el = document.createElement('m-project') |
|
|
const el = document.createElement('m-page') |
|
|
const path = new URL( |
|
|
const path = new URL( |
|
|
window.location.hash.slice(1) || '/', |
|
|
window.location.hash.slice(1) || '/', |
|
|
window.location |
|
|
window.location |
|
|
|