Gareth Thompson
Gareth Thompson
@yaki6 have you tried registering locally using your own markup as per: https://v2.vuejs.org/v2/guide/components-registration.html?redirect=true#Local-Registration
This is working fine for me in Nuxt @SumNeuron. Did you make the nuxt plugin file as per: ``` import Vue from 'vue' import Chart from 'vue2-frappe' Vue.use(Chart) ``` And...
Any ideas when this might be merged, please?
@NicholasEli @albertchan you need to install tinymce too in order to use this package. To get this working I did the following: `yarn add tinymce` Then in my vue files...
@xoit Can you give some examples of what you mean here? Is your old web-app VueJS powered?