You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template>
{{ counter }}
</template>
<script setup>
// const await storage.getItem("counter") // Only returns the value
const counter = useStore('counter') // QUESTION: How to return a reactive store that can be used for live updates on a page
</script>
Is it possible or can it be added for convenience?
The text was updated successfully, but these errors were encountered:
Rednas83
changed the title
How to return a reactive store that can be used for live updates on a page
How to return a reactive store (ref) that can be used for live updates on a page
Aug 4, 2024
Something like
Is it possible or can it be added for convenience?
The text was updated successfully, but these errors were encountered: