Wesley Jon Cheek
Wesley Jon Cheek
All of the examples in the documentation are using Vue2. Is it possible to use the npm package with Vue3? I am immediately running into the issue of Vuetify only...
I find that the gantt plot axis is not fine grained enough, particularly when it comes to delineating the start and end of an event. I can't see the specific...
### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...
I'm getting the following error when trying to use this component in a `Vue 3` app. ```bash ✘ [ERROR] No matching export in "node_modules/vue/dist/vue.runtime.esm-bundler.js" for import "default" [80/1097] node_modules/vue-json-component/dist/index.module.js:2:7: 2...
`lodash` has had an issue with [`prototype pollution`](https://github.com/advisories/GHSA-p6mc-m468-83gw). `vue-json-csv` should update its [`dependencies`](https://github.com/Belphemur/vue-json-csv/blob/develop/package.json) to not use the affected versions, otherwise users will potentially be exposed to _severe vulnerabilities_ when using...
### Describe the bug After updating to `@4.2.0` I have begun seeing this error on mount and it points to my `router.ts` from `main.ts` > [Vue warn]: onUnmounted is called...
### Describe the bug I want my camera to look at a position. `TresPerspectiveCamera` has a [`look-at`](https://docs.tresjs.org/api/instances-arguments-and-props.html#methods) prop that uses the [`lookAt`](https://threejs.org/docs/#api/en/core/Object3D.lookAt) method of `Object3D` to point the camera at...