Cosmetics
parent
9505bf091d
commit
3e40c297c6
|
@ -31,6 +31,7 @@ import PrimeVue from 'primevue/config';
|
||||||
const app = createApp(App);
|
const app = createApp(App);
|
||||||
|
|
||||||
app.use(PrimeVue);
|
app.use(PrimeVue);
|
||||||
|
|
||||||
</code></pre>
|
</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>
|
<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.use(PrimeVue);
|
||||||
|
|
||||||
app.component('Dialog', Dialog);
|
app.component('Dialog', Dialog);
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<pre v-code>
|
<pre v-code>
|
||||||
|
|
Loading…
Reference in New Issue