[Vuejs]-Can you change text or images based on the window.location method?

0👍

I think you should make server a computed property: https://v2.vuejs.org/v2/guide/computed.html#Basic-Example

you can set the value of server based on whatever you want inside the function.

Leave a comment