Summary
From https://www.npmjs.com/package/@vue/compiler-sfc,
Note: as of 3.2.13+, this package is included as a dependency of the main vue package and can be accessed as vue/compiler-sfc. This means you no longer need to explicitly install this package and ensure its version match that of vue's. Just use the main vue/compiler-sfc deep import instead.
Will obviate #8168
Testing Instructions
- navigate to running openmct instance
- load openmct and navigate to various views
- observe openmct loads properly with no console errors
Dev Environment Testing Instructions
- checkout branch containing fix
- in console, run
npm clean; npm i; npm start
- open browser
- open dev tools
- Perform Testing Instructions above
Summary
From https://www.npmjs.com/package/@vue/compiler-sfc,
Will obviate #8168
Testing Instructions
Dev Environment Testing Instructions
npm clean; npm i; npm start