We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a841e commit ae64b89Copy full SHA for ae64b89
1 file changed
docs/_guide/rendering.md
@@ -94,6 +94,7 @@ import { html, render } from "@github/jtml"
94
@controller
95
class HelloWorldElement extends HTMLElement {
96
@attr name = 'World'
97
+
98
connectedCallback() {
99
this.attachShadow({mode: 'open'})
100
}
0 commit comments