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

Rename component from vpu-app to vpu-app-shell

This should makes things clearer
parent a0785f3e
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ activities. Handles login, language selection, activity switching, menus etc. ...@@ -8,7 +8,7 @@ activities. Handles login, language selection, activity switching, menus etc.
## Usage ## Usage
```html ```html
<vpu-app src="/example.topic.metadata.json"></vpu-app> <vpu-app-shell src="/example.topic.metadata.json"></vpu-app-shell>
``` ```
## Attributes ## Attributes
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<body> <body>
<vpu-app src="/example.topic.metadata.json"></vpu-app> <vpu-app-shell src="/example.topic.metadata.json"></vpu-app-shell>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -717,4 +717,4 @@ class VPUApp extends LitElement { ...@@ -717,4 +717,4 @@ class VPUApp extends LitElement {
} }
} }
commonUtils.defineCustomElement('vpu-app', VPUApp); commonUtils.defineCustomElement('vpu-app-shell', VPUApp);
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