meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

Error `import casual from 'casual` (Problem on Meteor or Vue Componet)? #298

Open thearabbit opened 6 years ago

thearabbit commented 6 years ago

I would like to use casual faker, but get error

import casual from 'casula'

Problem with Meteor or Vue Componet???

image

alexandesigner commented 6 years ago

Your import has a slight typo.

import casual from 'casual'

However, by the image, I realize the error is that it is looking for this file and is not finding it.

Checks the exact path of providers/address

thearabbit commented 6 years ago

thanks for your reply, but now I found image I don't understand about this