Skip to content

Remove Vue from the global space

username-removed-636429 requested to merge resolve-global-vue into master

What does this MR do?

Removes all usage of window.Vue and resolves all /* global Vue */ with import Vue from 'vue';.

This is a prerequisite for !9981 (merged) which is a prerequisite for #29519 (closed)

Does this MR meet the acceptance criteria?

Merge request reports