[Vuejs]-How to loop through data in java enum and print it on vueJS

0👍

You cannot directly access a Java class through Vue. You need to implement a rest API that will be accessed by Vue. Clearly we are talking about a full stack application with a Front End in Vue and the Back End in Java

Take a look here.

Leave a comment