add image component
parent
02d50fa70d
commit
d501c12b0f
|
@ -437,6 +437,7 @@ import Dropdown from 'primevue/dropdown';
|
||||||
import Fieldset from 'primevue/fieldset';
|
import Fieldset from 'primevue/fieldset';
|
||||||
import FileUpload from 'primevue/fileupload';
|
import FileUpload from 'primevue/fileupload';
|
||||||
import Galleria from 'primevue/galleria';
|
import Galleria from 'primevue/galleria';
|
||||||
|
import Image from 'primevue/image';
|
||||||
import InlineMessage from 'primevue/inlinemessage';
|
import InlineMessage from 'primevue/inlinemessage';
|
||||||
import Inplace from 'primevue/inplace';
|
import Inplace from 'primevue/inplace';
|
||||||
import InputSwitch from 'primevue/inputswitch';
|
import InputSwitch from 'primevue/inputswitch';
|
||||||
|
@ -538,13 +539,14 @@ app.component('Dock', Dock);
|
||||||
app.component('Dropdown', Dropdown);
|
app.component('Dropdown', Dropdown);
|
||||||
app.component('Fieldset', Fieldset);
|
app.component('Fieldset', Fieldset);
|
||||||
app.component('FileUpload', FileUpload);
|
app.component('FileUpload', FileUpload);
|
||||||
|
app.component('Galleria', Galleria);
|
||||||
|
app.component('Image', Image);
|
||||||
app.component('InlineMessage', InlineMessage);
|
app.component('InlineMessage', InlineMessage);
|
||||||
app.component('Inplace', Inplace);
|
app.component('Inplace', Inplace);
|
||||||
app.component('InputMask', InputMask);
|
app.component('InputMask', InputMask);
|
||||||
app.component('InputNumber', InputNumber);
|
app.component('InputNumber', InputNumber);
|
||||||
app.component('InputSwitch', InputSwitch);
|
app.component('InputSwitch', InputSwitch);
|
||||||
app.component('InputText', InputText);
|
app.component('InputText', InputText);
|
||||||
app.component('Galleria', Galleria);
|
|
||||||
app.component('Knob', Knob);
|
app.component('Knob', Knob);
|
||||||
app.component('Listbox', Listbox);
|
app.component('Listbox', Listbox);
|
||||||
app.component('MegaMenu', MegaMenu);
|
app.component('MegaMenu', MegaMenu);
|
||||||
|
|
Loading…
Reference in New Issue