From 172f0a395dd91086b1392ec3be1526e5afd2f4b2 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Tue, 14 Jan 2020 13:41:34 +0300 Subject: [PATCH] Documentation fixed --- src/views/setup/Setup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/setup/Setup.vue b/src/views/setup/Setup.vue index 844c5acea..55268ac9c 100644 --- a/src/views/setup/Setup.vue +++ b/src/views/setup/Setup.vue @@ -21,9 +21,9 @@ npm install primeicons --save Import the components as .vue files for seamless integration within your project where path of each component is available at the "import" section of a component documentation.

-//import {ComponentName} from 'primevue/{componentname}'; +//import ComponentName from 'primevue/componentname'; -import {Dialog} from 'primevue/dialog'; +import Dialog from 'primevue/dialog';

In the next step, register the component with the tag name you'd like to use.