Posts by Eduardo Bennertz • 11 points
1 post
-
1
votes1
answer39
viewsQ: How to pass value from service to var?
I have a REST service to seek the visitor’s values. However, I cannot manipulate the values coming from the service outside the Promise. export default{ data(){ return{ visitor: {} } } } created(){…