Implement global prop when using parent in Vue.js 3

What does this MR do and why?

This is a follow-up of Add parent provide/inject passing for Vue.js 3 (!218488 - merged)

Implement global prop when using parent in Vue.js 3

  • fixes vuex in modals

When passing parent: prop a new Vue app is created in Vue.js 3 compat mode However this app lacks global properties (for example vuex)

How to set up and validate locally

📗 Green pipeline = happy life

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading