jecovier / vue-json-excel

MIT License
686 stars 168 forks source link

import JsonExcel not working #124

Open nmummau opened 4 years ago

nmummau commented 4 years ago

Following your docs, from the top... I have installed with npm install vue-json-excel

But then when I try to import with import JsonExcel from 'vue-json-excel', I get this error

Cannot find module 'vue-json-excel'.Vetur(2307)

image

System Info vue-json-excel: 0.2.98 vue: 2.6.10 Node: v10.19.0

zcoop98 commented 4 years ago

This most likely has something to do with Vetur, and not vue-json-excel. Eg. Cannot find module 'xxxx' when using path mapping #762

jecovier commented 3 years ago

Hi @nmummau, sorry for the late response. I couldn't reproduce this error, is this still happening to you?

nmummau commented 3 years ago

@jecovier I am no longer using the vue-json-excel package because of this error when I went to implement it back in February 2020. I would have to try to implement it again to confirm if the issue still exists.