componentized-todo
componentized-todo copied to clipboard
Todo app using vanilla Web Components
Results
1
componentized-todo issues
Sort by
recently updated
recently updated
newest added
I had to make some compromises - `document.querySelector('#template')` within the component definitions was returning `null`. In Chrome it appears that calling the IIFE with `document.currentScript.ownerDocument` gives you the right (isolated)...