You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/2.syntax/2.components.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,6 @@ Nested components can read the enclosing component's resolved props through the
306
306
- Unknown paths resolve to `undefined`: the prop is passed as `undefined` rather than the raw string.
307
307
- Only props authored with the `:` prefix participate in data binding. Plain `prop="value"` attributes are always passed as literal strings.
308
308
309
-
310
309
::callout{color="info"icon="i-lucide-replace"}
311
310
Need to interpolate a value directly into text rather than a prop? The [Binding plugin](/plugins/built-in/binding) adds a `{{ path || default }}` inline shorthand that resolves against the same render context.
0 commit comments