Cosmetics

pull/800/head
Cagatay Civici 2020-12-09 15:35:29 +03:00
parent 9505bf091d
commit 3e40c297c6
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import PrimeVue from 'primevue/config';
const app = createApp(App);
app.use(PrimeVue);
</code></pre>
<p>Then import the component you need and registering it so that you'll be able to utilize the component in your application.</p>
@ -44,6 +45,7 @@ const app = createApp(App);
app.use(PrimeVue);
app.component('Dialog', Dialog);
</code></pre>
<pre v-code>