Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jan 29, 2025
2 parents a836f68 + b659a4d commit 3b25412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@
"@types/node": "22.5.4",
"tough-cookie": "5.0.0-rc.4"
}
}
},
"version": "3.7.9"
}
2 changes: 1 addition & 1 deletion packages/vuetify/src/composables/display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export const makeDisplayProps = propsFactory({
}, 'display')

export function useDisplay (
props: DisplayProps = {},
props: DisplayProps = { mobile: null },
name = getCurrentInstanceName(),
) {
const display = inject(DisplaySymbol)
Expand Down

0 comments on commit 3b25412

Please sign in to comment.