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 01ca228 commit 4e3090bCopy full SHA for 4e3090b
src/guide/custom-directive.md
@@ -130,7 +130,7 @@ app.mount('#dynamic-arguments-example')
130
<div id="dynamicexample">
131
<h2>Scroll down the page</h2>
132
<input type="range" min="0" max="500" v-model="pinPadding">
133
- <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>
134
</div>
135
```
136
0 commit comments