Closed aislanmaia closed 4 years ago
Trying to install with: yarn add vlf
yarn add vlf
and using it in the main.ts but it is always {} and in the component this.$vlf returns undefined.
main.ts
{}
this.$vlf
undefined
Where is your code?
It happened that I have give up to use this package and I'm using directly the localforage package. Thanks!!!
localforage
Trying to install with:
yarn add vlf
and using it in the
main.ts
but it is always{}
and in the componentthis.$vlf
returnsundefined
.