Documentation fixed

pull/146/head
cagataycivici 2020-01-14 13:41:34 +03:00
parent fbe1f76ff7
commit 172f0a395d
1 changed files with 2 additions and 2 deletions

View File

@ -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.</p> 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.</p>
<CodeHighlight lang="js"> <CodeHighlight lang="js">
//import {ComponentName} from 'primevue/{componentname}'; //import ComponentName from 'primevue/componentname';
import {Dialog} from 'primevue/dialog'; import Dialog from 'primevue/dialog';
</CodeHighlight> </CodeHighlight>
<p>In the next step, register the component with the tag name you'd like to use.</p> <p>In the next step, register the component with the tag name you'd like to use.</p>