mirror of
https://github.com/nasa/openmct.git
synced 2025-02-18 16:40:58 +00:00
Update ObjectView to better support reuse in layout and preview. Register as component, and then mount like so: <object-view :object="domainObject"></object-view> It will show the default view for that object. If you want to specify a specific view type, you can pass an optional "view" prop which will specify the view key to load.