update webcomponents test and deps

This commit is contained in:
lesion
2022-01-13 21:52:56 +01:00
parent 3922d89032
commit 603b7c4132
4 changed files with 100 additions and 76 deletions

View File

@@ -7,9 +7,11 @@
<title>Gancio Events Custom Element Demo</title>
</head>
<body>
<gancio-events
baseurl='http://localhost:13120' title='Gancio' tags="test"></gancio-events>
<gancio-event id=1 baseurl='http://localhost:13120'></gancio-event>
<gancio-events baseurl='http://localhost:13120' title='Gancio' theme='light'></gancio-events>
<br/>
<gancio-events baseurl='http://localhost:13120' title='Gancio' theme='dark'></gancio-events>
<br/>
<!-- <gancio-event id=1 baseurl='http://localhost:13120'></gancio-event> -->
<script type="module" src="/src/main.js"></script>
</body>
</html>