vue3-tabs-chrome icon indicating copy to clipboard operation
vue3-tabs-chrome copied to clipboard

Overriding props

Open ishaiavrahami opened this issue 2 years ago • 1 comments

Hello, i'm experiencing a bit unusual belabor. Im currently using Vuex to store my tabs in a small array variable and right after mounting the component i'm noticing that my variable is no long a small array rather a much larger array which seems to be inheriting the props data (which should be readonly). Any idea whose fault is this?

ishaiavrahami avatar Dec 20 '22 17:12 ishaiavrahami

If you are using Vuex, you will need to mirror a copy of the data from above.

viewweiwu avatar Dec 21 '22 06:12 viewweiwu