0👍
You have defined showTableHeader
in the $store.products
, so you need to access it from there:
<template x-if="$store.products.showTableHeader">
...
</template>
- [Vuejs]-Problem with package in Vite + Inertia + Laravel
- [Vuejs]-Cypress: after clicking button page doesn't open
Source:stackexchange.com