<div id="app">
<a href="#panel_1" v-show="tabs.tab_1">Tab 1</a>
<a href="#panel_2" v-show="tabs.tab_2">Tab 2</a>
<a href="#panel_3" v-show="tabs.tab_3">Tab 3</a>
</div>
new Vue({
el: '#app',
data: {
tabs : {"tab_1": true, "tab_2": true, "tab_3": false},
},
});
Из книг рекомендную почитать: JavaScript. Сильные стороны
После изучения совсем основ рекомендую:
JavaScript Garden
Can multiple users play simultaneously on one Steam account?
Steam does not support multiple players using one Steam account simultaneously — games associated with a Steam account are licensed for the sole use of the account holder.
If multiple users attempt to log in and play simultaneously with one Steam account, the user who logged in first will eventually receive an «Invalid Steam UserID Ticket» error message and be forced to log back in to continue playing (if the first user logs back in, the second user will receive this error message).