I have a categories array, which is loaded once (in created hook) and then it is static all the time. I render this array values in a component template.
<
You can try this line of code. You can copy an object and remove the reactivity.
var newObj = JSON.parse(JSON.stringify(obj));