From d5567634368120ebfd1a60981912e0f2fdae4036 Mon Sep 17 00:00:00 2001 From: Bill Min Date: Thu, 4 Jan 2024 13:06:53 -0500 Subject: [PATCH] docs: update readme --- src/components/micro-frame-sse/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/micro-frame-sse/README.md b/src/components/micro-frame-sse/README.md index c2c6d71..c067fe5 100644 --- a/src/components/micro-frame-sse/README.md +++ b/src/components/micro-frame-sse/README.md @@ -254,6 +254,10 @@ Optional `style` attribute which works the same way as [Marko style attribute](h ``` +## `no-refresh` + +Boolean value controls whether the slot should refresh when its stream source src change. + # Communicating between host and child Communicating between host and child works the same way as [micro-frame](../../../README.md).