feat(templates): use vanilla by default
This commit is contained in:
parent
cb8cfd7c5e
commit
0c1508b228
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<main>
|
<main>
|
||||||
<h2>Welcome to {{ project.name }}</h2>
|
<h2>Welcome to {{ project.name }}</h2>
|
||||||
<p>
|
<p>
|
||||||
Here's a vanilla custom element: <my-hello-world />
|
Here's a vanilla custom element: <vanilla-hello-world />
|
||||||
</p>
|
</p>
|
||||||
<code-block language="js">
|
<code-block language="js">
|
||||||
class HelloWorld extends HTMLElement {
|
class HelloWorld extends HTMLElement {
|
||||||
|
|
Loading…
Reference in a new issue