From c313d39577a2344cbdc5334a46bda58e0a89d511 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Fri, 24 Jul 2020 19:02:00 +0300 Subject: [PATCH] Wording --- src/views/ripple/RippleDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ripple/RippleDoc.vue b/src/views/ripple/RippleDoc.vue index 42730bde0..9f9f40dbf 100644 --- a/src/views/ripple/RippleDoc.vue +++ b/src/views/ripple/RippleDoc.vue @@ -13,7 +13,7 @@ Vue.prototype.$primevue = {ripple: true};

Note: That would be it to enable ripple on PrimeVue components, next section describes how to use it with your own components and standard elements.

Directive
-

Ripple is directive that needs to be imported and configured with a name of your choice. Global configuration is done with the Vue.directive function.

+

Ripple is a directive that needs to be imported and configured with a name of your choice. Global configuration is done with the Vue.directive function.

import Ripple from 'primevue/ripple';