Skip to content

Commit

Permalink
change Dropdown import
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mba committed Dec 12, 2024
1 parent 6b21e98 commit 5726905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import App from './App';
import PrimeVue from 'primevue/config';
import {definePreset} from '@primevue/themes';
import Aura from '@primevue/themes/aura';
import Dropdown from 'primevue/dropdown';
import Select from 'primevue/select';
import Card from 'primevue/card';
import Rating from 'primevue/rating';
import './main.css';
Expand Down Expand Up @@ -42,7 +42,7 @@ app.use(PrimeVue, {
}
}
});
app.component('Dropdown', Dropdown);
app.component('Dropdown', Select);
app.component('Card', Card);
app.component('Rating', Rating);

Expand Down

0 comments on commit 5726905

Please sign in to comment.