Skip to content

Commit 4e3090b

Browse files
committed
1 parent 01ca228 commit 4e3090b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/custom-directive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ app.mount('#dynamic-arguments-example')
130130
<div id="dynamicexample">
131131
<h2>Scroll down the page</h2>
132132
<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>
133+
<p v-pin:[direction]="pinPadding">Stick me {{ pinPadding + 'px' }} from the {{ direction }} of the page</p>
134134
</div>
135135
```
136136

0 commit comments

Comments
 (0)