Skip to content

Commit

Permalink
Updated: the alphabetical order of ion imports(#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed May 20, 2024
1 parent e04bf31 commit 564c59f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/InventoryDetailsPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ import logger from "@/logger";
export default defineComponent({
name: 'InventoryDetailsPopover',
component:{
IonHeader,
IonToolbar,
IonBadge,
IonButtons,
IonTitle,
IonContent,
IonHeader,
IonItem,
IonLabel,
IonNote,
IonBadge,
IonList,
IonNote,
IonTitle,
IonToolbar,
},
props: ['minimumStock', 'onlineAtp', 'item'],
data () {
Expand Down

0 comments on commit 564c59f

Please sign in to comment.