From 747c6ab1f21b46863d628cb59d63100d990c0634 Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Tue, 8 Nov 2022 18:06:34 +0100 Subject: [PATCH] improve vue docs --- packages/overlayscrollbars-vue/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/overlayscrollbars-vue/README.md b/packages/overlayscrollbars-vue/README.md index 033f93b..0128a70 100644 --- a/packages/overlayscrollbars-vue/README.md +++ b/packages/overlayscrollbars-vue/README.md @@ -92,7 +92,7 @@ It has three optional properties: `element`, `options` and `events`. ### Events -Additionally to the `events` property the `OverlayScrollbarsComponent` emits "native" Vue events. To prevent name collisions with DOM events, the events are prefixed with `os`. It doesn't matter whether you use the `events` property, the Vue events or both. +Additionally to the `events` property the `OverlayScrollbarsComponent` emits "native" Vue events. To prevent name collisions with DOM events the events have a `os` prefix. It doesn't matter whether you use the `events` property, the Vue events or both. ```jsx // example usage