Skip to content

Commit

Permalink
Remove deprecated properties from createInertiaApp()
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Nov 24, 2022
1 parent 5cb7cf9 commit 65f8a5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/vue2/src/createInertiaApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default async function createInertiaApp({ id = 'app', resolve, setup, tit
const vueApp = await resolveComponent(initialPage.component).then((initialComponent) => {
return setup({
el,
app: App, // deprecated
App,
props: {
attrs: {
Expand Down
1 change: 0 additions & 1 deletion packages/vue3/src/createInertiaApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default async function createInertiaApp({ id = 'app', resolve, setup, tit
const vueApp = await resolveComponent(initialPage.component).then((initialComponent) => {
return setup({
el,
app: App, // deprecated
App,
props: {
initialPage,
Expand Down

0 comments on commit 65f8a5f

Please sign in to comment.