Initial rendering of a Todos-MVC app. (events are called but don't trigger a re-rendering yet, renderin-function does not yet support updating DOM yet)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {defineElement, render, CustomElement} from "../../packages/csx-custom-elements/lib";
|
||||
import {defineElement, render, CustomElement} from "../../packages/csx-custom-elements";
|
||||
|
||||
@defineElement('example-page')
|
||||
export class ExamplePage extends CustomElement{
|
||||
Reference in New Issue
Block a user