fix(core): update
This commit is contained in:
parent
5341a0d6b6
commit
4dc9e04c2e
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@designestate/dees-catalog',
|
name: '@designestate/dees-catalog',
|
||||||
version: '1.0.96',
|
version: '1.0.97',
|
||||||
description: 'website for lossless.com'
|
description: 'website for lossless.com'
|
||||||
}
|
}
|
||||||
|
@ -10,12 +10,12 @@ import {
|
|||||||
} from '@designestate/dees-element';
|
} from '@designestate/dees-element';
|
||||||
import { DeesWindowLayer } from './dees-windowlayer.js';
|
import { DeesWindowLayer } from './dees-windowlayer.js';
|
||||||
|
|
||||||
@customElement('lele-mobilenavigation')
|
@customElement('dees-mobilenavigation')
|
||||||
export class LeleMobilenavigation extends DeesElement {
|
export class DeesMobilenavigation extends DeesElement {
|
||||||
private static singletonRef: LeleMobilenavigation;
|
private static singletonRef: DeesMobilenavigation;
|
||||||
public static async createAndInit(menuItemsArg: plugins.tsclass.website.IMenuItem[]) {
|
public static async createAndInit(menuItemsArg: plugins.tsclass.website.IMenuItem[]) {
|
||||||
if (!this.singletonRef) {
|
if (!this.singletonRef) {
|
||||||
this.singletonRef = new LeleMobilenavigation();
|
this.singletonRef = new DeesMobilenavigation();
|
||||||
document.body.append(this.singletonRef);
|
document.body.append(this.singletonRef);
|
||||||
await this.singletonRef.init();
|
await this.singletonRef.init();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user