We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1484fda commit c4b734dCopy full SHA for c4b734d
src/guide/custom-directive.md
@@ -140,7 +140,7 @@ Our custom directive is now flexible enough to support a few different use cases
140
<div id="dynamicexample">
141
<h2>Scroll down the page</h2>
142
<input type="range" min="0" max="500" v-model="pinPadding">
143
- <p v-pin:[direction]="pinPadding">Stick me 200px from the {{ direction }} of the page</p>
+ <p v-pin:[direction]="pinPadding">Stick me {{ pinPadding + 'px' }} from the {{ direction }} of the page</p>
144
</div>
145
```
146
0 commit comments