fix(core): update

This commit is contained in:
2023-09-13 01:37:02 +02:00
parent c76d364071
commit 494e8b7e26
11 changed files with 215 additions and 18 deletions

View File

@@ -1,3 +1,3 @@
import { html } from '@design.estate/dees-element';
export const demoFunc = () => html` <dees-simple-login> Hello there </dees-simple-login> `;
export const demoFunc = () => html` <dees-simple-login name="someapp"> Hello there </dees-simple-login> `;