Hey everyone,
I'm messing around with the JavaScript API in the Vue.js framework. I'm using GitHub - odoe/vue-jsapi4 as my base project. I want to build a suite of components that I can swap into any Vue.js map application that I create. I saw the awesome camera widget example at ArcGIS API for JS 4.x + Vue.js . Looks great but I want to componentize the camera widget into a separate Vue component as a file rather than as an inline component. I can load my component into my vue page but not into the map view. Does anyone have any idea how to get a component inside an arcgis view?
Thanks, Tyler
Did you ever figure this out?