Answer the question
In order to leave comments, you need to log in
How to reactively update a global object?
There is a global object (initially empty):
Vue.prototype.$tabs = {}
There are 2 components in the application itself
<template>
<div id="app">
<side-features></side-features>
<main-with-items></main-with-items>
</div>
</template>
<main-with-items></main-with-items>
<side-features></side-features>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question