fraparisi
fraparisi
Did you forget `Vue.use(VueWait);`?
Or better is possible to include it directly in the library itself. Like [vue-axios](https://github.com/imcvampire/vue-axios/blob/master/index.d.ts) does.
Hi @algil, for fix some error in ts compiler you can try using my solution for typings as here https://github.com/f/vue-wait/pull/64. For $wait, u can place the file attached into your...
Hi, yes, vue project generated by vue cli 3. Il Sab 16 Mar 2019, 19:42 Antonio Gil ha scritto: > @fraparisi are you using a project > generated with Vue...
If you want u can try using my repo at https://github.com/fraparisi/vue-wait Il Gio 4 Apr 2019, 17:00 DavidLambauer ha scritto: > Any update here? I would like to use the...
> > Hi, yes, vue project generated by vue cli 3. > > Ok, @fraparisi, but then I have 2 d.ts files: > > ```ts > // shims-vue.d.ts > declare...
> file? I can immediat I've already fix Type Description e fix the conflict in my Merge request, u can use that file.
@algil This is mine: ``` { "compilerOptions": { "target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "importHelpers": true, "moduleResolution": "node", "incremental": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "experimentalDecorators": true,...