Drop-in replacement of [vue-pivottable](https://github.com/Seungwoo321/vue-pivottable) with Vue3 support.
npm install @quantify/vue3-pivottableDrop-in replacement of vue-pivottable with Vue3 support.
``shall`
npm install @quantify/vue3-pivottable
* Vue Pivottable
`html
:rows="['color']"
:cols="['shape']"
>
`
* Vue Pivottable Ui
`html`
:rows="['color']"
:cols="['shape']"
/>
Additionally the component emits events when internal settings have changed
```
@update:items
@update:rows
@update:cols
@update:aggregatorName
@update:vals
MIT