nativescript-ui-charts icon indicating copy to clipboard operation
nativescript-ui-charts copied to clipboard

Can this work with Vue.js?

Open I-NOZex opened this issue 4 years ago • 2 comments

I've tried to register this plugin in my nativescript-vue project but without success

I-NOZex avatar Sep 29 '20 15:09 I-NOZex

@I-NOZex did you try to register it as illustrated here? https://nativescript-vue.org/en/docs/getting-started/nativescript-plugins/

can you try again with the latest version of this plugin? 0.1.0

shiv19 avatar Apr 13 '21 23:04 shiv19

@I-NOZex this work: Vue.registerElement('UIChartsView', () => require('@nativescript/ui-charts/ui-charts').UIChartsView);

vallemar avatar Oct 05 '21 21:10 vallemar