vue2-frappe icon indicating copy to clipboard operation
vue2-frappe copied to clipboard

Doesn't work with nuxt, some kind of import / export error

Open SumNeuron opened this issue 3 years ago • 1 comments

In the title

SumNeuron avatar Jan 27 '21 14:01 SumNeuron

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 then import that into the nuxt.config.js?

codepotato avatar Apr 21 '22 21:04 codepotato