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