Ankur K
Ankur K
I never used this package V3 with type script. No one has reported issues with using typescript yet. I am not sure how-to debug this issue
The path `/srv/src/atomics/loaders/Spinner.vue` does not belong to this package. I am not sure if the error really coming from this package. You might want to share a minimal re-production
This package is not written in TS, it has manually defined types https://github.com/ankurk91/vue-loading-overlay/blob/v3.x/types/loading.d.ts I am not a TS expert and would like someone to help here
I was able to compile TS with this code in your main.ts ```js import Loading from 'vue-loading-overlay'; import 'vue-loading-overlay/dist/vue-loading.css'; Vue.use(Loading); ``` Then in `App.vue` ```js export default class App extends...
Can someone help to update the type definition?
https://github.com/bootstrap-vue/bootstrap-vue/blob/45635d1d391263192787e9e0bddc004abe115ace/src/components/modal/modal.js#L752
No, it does not
Since we have [package.json](https://github.com/longbill/jquery-date-range-picker/blob/master/package.json) in repo now. It should not be hard to publish on npm; just few commands from terminal Quick start: https://docs.npmjs.com/getting-started/publishing-npm-packages Full length tut: https://medium.com/@jdaudier/how-to-create-and-publish-your-first-node-js-module-444e7585b738#.h75u1htch
Yes, only he can.
For those who wants to install this library with npm can use this command: ``` npm install git://github.com/longbill/jquery-date-range-picker.git#0.5.1 ``` where 0.5.1 is the git [tag](https://github.com/longbill/jquery-date-range-picker/tags) [Ref](http://stackoverflow.com/questions/14187956/npm-install-from-git-in-a-specific-version)