simultsop
Explore posts from serversCDCloudflare Developers
•Created by simultsop on 2/10/2024 in #pages-help
Accessing KV bind on Vue Script from import.meta
Hi all, been digging a while and haven't found something close.
I've bounded the KV with namespace kv and tried to make use of it between Vue components script part like: await import.meta.kv.get('key') both preview and production say can not read get of undefined.
Wouldn't this be the way to interact with kv ?
2 replies