0👍
I finally found the error. The way to call the store getter was wrong. I clarify that ‘lista’ is the name of the module
<script>
let title = computed(() => $store.getters["lista/title"])
</script>
Source:stackexchange.com
0👍
I finally found the error. The way to call the store getter was wrong. I clarify that ‘lista’ is the name of the module
<script>
let title = computed(() => $store.getters["lista/title"])
</script>