[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
found in
---> <Tooltip>
<GraphStackbar>
<VueGraphGivingByGiftType> at app/javascript/components/testing/charting/vue_graph_giving_by_gift_type.vue
<GivingByGiftType> at app/javascript/components/testing/charting/giving_by_gift_type.vue
<Root>
Desired Result:
Don't require full template compiler for your library.
Also, mixins are being deprecated in VueJS 3.0. You will want to move to something like the Composition API at some point. Plans?
Example:
Desired Result:
Don't require full template compiler for your library.
Also, mixins are being deprecated in VueJS 3.0. You will want to move to something like the Composition API at some point. Plans?
Thanks.