Skip to content

Commit f3cc963

Browse files
authored
Update README.md
The example used a wrong prop name.
1 parent 3a78740 commit f3cc963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ The `Table` has some additional properties to tweak its front-end behaviour.
269269
:striped="true"
270270
:prevent-overlapping-requests="false"
271271
:input-debounce-ms="1000"
272-
:prevent-scroll="true"
272+
:preserve-scroll="true"
273273
/>
274274
</template>
275275
```

0 commit comments

Comments
 (0)