Last active
August 31, 2021 20:06
-
-
Save kristoferjoseph/f94d4785e545b4c6419973d478aa4c8e to your computer and use it in GitHub Desktop.
Enhance page api dream boat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Function name would be the page name | |
export async function Main(html, data) { | |
return html`<my-custom-element todos="${data.todos}"></my-custom-element>` | |
} |
Author
kristoferjoseph
commented
Aug 31, 2021
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment