From 904d9655997b1cb46bb8044843465c8045092af8 Mon Sep 17 00:00:00 2001
From: Sascha Schulz <sschulz@dh-software.de>
Date: Mo, 05 Feb 2024 11:06:54 +0100
Subject: [PATCH] clarify attribute change example

---
 index.html |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html
index 0aacea8..1e3f795 100644
--- a/index.html
+++ b/index.html
@@ -3608,6 +3608,13 @@
 					<section>
 						<h3>Auf Attribute reagieren</h3>
 						<pre>
+							<code class=html data-trim data-line-numbers>
+								<script type="text/template">
+									<hello-world my-attribute="a"></hello-world>
+								</script>
+							</code>
+						</pre>
+						<pre>
 							<code class="js" data-trim data-line-numbers="2|8-10">
 								<script type="text/template">
 									class HelloWorldComponent extends HTMLElement {

--
Gitblit v1.9.3