Quasar 2.0.0-beta8: $q in typescript file
-
Hi there,
thanks a lot for the amazing work you have done for pushing quasar towards v2!
I try to use $q in a typescript file as shown in https://next.quasar.dev/options/the-q-object#outside-of-a-vue-file
import { Quasar } from 'quasar' const platform = Quasar.platform.is;
That gives the error
TS2339: Property 'platform' does not exist on type '{ install: (app: App<any>, options: Partial<QuasarPluginOptions>) => any; }'.
What am I doing wrong? Thanks a lot for your help!
Best regards, André