tedirghazali / alga-js

Alga.js is javascript helper for helping build a component of any front-end web frameworks
https://algajs.tedir.dev
Other
18 stars 41 forks source link

Possible fix to the exports of modules #7

Closed Utitofon-Udoekong closed 2 years ago

Utitofon-Udoekong commented 2 years ago

I tried adding the period and backward slash ("./") in the exports, and it works fine on nuxt 3 and vue 3. I dont know if this was an intellisense typescript issue or nuxt 3 issue.

tedirghazali commented 2 years ago

if not, in my opinion you can grab and put the helper function that you really need to your vue component, I think have to provide proper documentation, this will take some time, I think you can try import from 'alga-js/array'