Skip to content

Commit 2542f63

Browse files
committed
fix: update pass-refresh to pass-overwrite
1 parent 05924b5 commit 2542f63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/logic/pass-attributes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<input pass_id="test" array="contacts" object key="name" pass-refresh />
2+
<input pass_id="test" array="contacts" object key="name" pass-overwrite />
33

44
<div array="contacts" render-selector="[template]">
55
<div template>

docs/logic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ <h4>
489489
<li
490490
class="padding:15px_0px border-bottom:1px_solid_lightgrey">
491491
<h4>
492-
<span>pass-refresh</span>
492+
<span>pass-overwrite</span>
493493
<span class="cocreate-badge success"
494494
>string</span
495495
>

0 commit comments

Comments
 (0)