README
v-state
A very minimalistic vue plugin to keep track of the inner state of your components, like 'error', 'empty-list', 'app-ready', and so on
A very minimalistic vue plugin to keep track of the inner state of your components, like 'error', 'empty-list', 'app-ready', and so on
<script type="module">
import vState from 'https://cdn.skypack.dev/v-state';
</script>
A very minimalistic vue plugin to keep track of the inner state of your components, like 'error', 'empty-list', 'app-ready', and so on