feat(templates): use vanilla by default

This commit is contained in:
Ayo 2023-11-18 00:52:32 +01:00
parent cb8cfd7c5e
commit 0c1508b228

View file

@ -25,7 +25,7 @@
<main>
<h2>Welcome to {{ project.name }}</h2>
<p>
Here's a vanilla custom element: <my-hello-world />
Here's a vanilla custom element: <vanilla-hello-world />
</p>
<code-block language="js">
class HelloWorld extends HTMLElement {