Browse Source

Actualizar 'components/layout.js'

file-group-page
bat 3 years ago
parent
commit
bfacc926c4
  1. 2
      components/layout.js

2
components/layout.js

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

Loading…
Cancel
Save