Skip to content

Resolve "Resolve no-new eslint issues with our Vue instantiation methods"

Adds Vue.create() method to replace the need to explicitly call new Vue() which will violate our linter rules when we do not store the resulting object for later use.

This method was endorsed by Evan You in a discussion on this topic on a GitHub issue.

Closes #42783 (moved)

Edited by Mike Greiling

Merge request reports