We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6672db1 commit 6efc0ceCopy full SHA for 6efc0ce
src/guide/custom-directive.md
@@ -132,7 +132,7 @@ Our custom directive is now flexible enough to support a few different use cases
132
<div id="dynamicexample">
133
<h2>Scroll down the page</h2>
134
<input type="range" min="0" max="500" v-model="pinPadding">
135
- <p v-pin:[direction]="pinPadding">Stick me {{ pinPadding + 'px' }} from the {{ direction }} of the page</p>
+ <p v-pin:[direction]="pinPadding">Stick me {{ pinPadding + 'px' }} from the {{ direction || 'top' }} of the page</p>
136
</div>
137
```
138
0 commit comments