None of the current example use the [Composition API](https://v3.vuejs.org/guide/composition-api-introduction.html#why-composition-api). I have found that using vue's Provide / Inject api is simpler than AgAgrid's context. In agGrid vue2, none of the ag grid component params are available during setup. I would like to see if that still true.
None of the current example use the Composition API. I have found that using vue's Provide / Inject api is simpler than AgAgrid's context.
In agGrid vue2, none of the ag grid component params are available during setup. I would like to see if that still true.