2👍
✅
Vue refs have a value
property to access the current value of the ref, and fetch
(one of its overloads) takes a string (the URL), so you just need to use:
const res = await fetch(keysUrl.value);
Source:stackexchange.com