viewweiwu / vue3-tabs-chrome

chrome tab like.
99 stars 28 forks source link

Overriding props #11

Open ishaiavrahami opened 1 year ago

ishaiavrahami commented 1 year ago

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?

viewweiwu commented 1 year ago

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