TobyMosque / app-extension-qdecimal

QDecimal
16 stars 3 forks source link

Fix 'TypeError: Cannot read property 'lang' of undefined #14

Open onetsmr opened 3 years ago

onetsmr commented 3 years ago

I've fixed 'TypeError: Cannot read property 'lang' of undefined at a.language (QDecimal.js:70)'.

Quasar.lang is undefined. I've changed it to this.$q.lang.isoName as in app-extension-qdatetimepicker. Error has gone.