We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068417e commit 7614fecCopy full SHA for 7614fec
docs/test.html
@@ -93,7 +93,7 @@ <h1>anObjectMerged</h1>
93
: Fourth merged item
94
</p>
95
<h1>aStringDefault</h1>
96
- <p></p>
+ <p>My default string</p>
97
<h1>aStringOverride</h1>
98
<p>My override string changed</p>
99
<hr>
examples/dist/test.html
examples/src/components/test.html
@@ -68,7 +68,7 @@ <h1>anObjectMerged</h1>
68
</each>
69
70
71
+ <p>{{ aStringDefault }}</p>
72
73
74
<p>{{ aStringOverride }}</p>
0 commit comments