Skip to content

Adds best practices regarding context and vue to documentation

Filipa Lacerda requested to merge 29326-update-documentation into master

What does this MR do?

Adds the discussed items in a call with @jschatz1 @alfredo1 @fatihacet @iamphill :

  • In Vue apps, the store and the service must be imported in the app and provided as props
  • When writing a class that manipulates the DOM, don't query the all DOM.

#29326 (closed)

Merge request reports