I have a vue js file called homeview (is a view). Then I have an AppBoxComponent, as the name suggests, it is a component. now I have the problem that the AppBoxComponet is inserted into the HomeView, how often depends on how big a variable is.
Now I just have one question, is it possible to give the AppBoxComponets a unique ID that can be accessed later in the AppBoxComponent.vue file in the script, so that e.g. the first AppBoxComponent loads the first value from an array, then the 2nd the 2nd, etc. As many AppBoxes should then be loaded as there are values in the array.
can someone help me?
Julian Bausch is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.