0👍
✅
Like described in the Vue3 documentation, you can get the value from a reactive variable (what you call proxy object) by using the value
property, i. e. in your case using
console.log(data.value);
Source:stackexchange.com