Skip to content
Snippets Groups Projects
Commit 15dd03a5 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Move to scoped vpu-icon

parent f8da7154
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ import {html, css, LitElement} from 'lit-element'; ...@@ -3,6 +3,7 @@ import {html, css, LitElement} from 'lit-element';
import {ScopedElementsMixin} from '@open-wc/scoped-elements'; import {ScopedElementsMixin} from '@open-wc/scoped-elements';
import {LanguageSelect} from 'vpu-language-select'; import {LanguageSelect} from 'vpu-language-select';
import 'vpu-common/vpu-button.js'; import 'vpu-common/vpu-button.js';
import {Icon} from 'vpu-common';
import {Auth} from 'vpu-auth'; import {Auth} from 'vpu-auth';
import {Notification} from 'vpu-notification'; import {Notification} from 'vpu-notification';
import * as commonUtils from 'vpu-common/utils'; import * as commonUtils from 'vpu-common/utils';
...@@ -69,8 +70,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) { ...@@ -69,8 +70,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
'vpu-build-info': BuildInfo, 'vpu-build-info': BuildInfo,
'vpu-auth': Auth, 'vpu-auth': Auth,
'vpu-notification': Notification, 'vpu-notification': Notification,
// https://github.com/open-wc/open-wc/issues/1541 'vpu-icon': Icon,
'vpu-icon': customElements.get('vpu-icon'),
}; };
} }
......
auth @ fbf83528
Subproject commit b5a43f69e9784f27099b48e2674be2e171148cb7 Subproject commit fbf83528159f7d3eeceedff287831dece6b9b46d
common @ 010b54fa
Subproject commit 2e8b0cea73254a82df4dfb5d5dcb2439d057e6a8 Subproject commit 010b54fa455829d732152b6794c7a92a874249aa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment