The Array I filled with the data from the response in an axios request is empty after the request [duplicate]

in my created function i make an axios request to load my json file in.
during the request the array “this.segmentConfig” is also filled but in the immediate aftermath the array is empty again. can someone explain me why this is so and how i can fix the problem ?
enter image description here