Rohit Sachan

Results 10 comments of Rohit Sachan

resize option is not working with nuxt 3. how to resolve that?

![Screenshot from 2023-01-18 17-48-05](https://user-images.githubusercontent.com/115546545/213169579-44a02687-4ede-41fa-8b07-5f9658346150.png) getting this error when i am trying to import this in my nuxt3 project

> Please use "npm i -s vue-drag-resize@next" for use in Vue3. [#102 (comment)](https://github.com/kirillmurashov/vue-drag-resize/issues/102#issuecomment-814995060) still not working

n > Hello, did you manage to solve this bug? not yet

> Hello, did you manage to solve this bug? do you have idea how to use it with vue 3

yes It is not working properly with Vue3 and also did not get any proper response from vue team also

> Hi, > > same here. As you mentioned if you split it as an individual component it works fine. > > What I did is to copy the folder...

> I think this issue is because vue-drag-resize does not have a typescript version > > It can be fixed by adding `declare module 'vue-drag-resize';` in .d.ts file. can you...

> I managed to solve this error, but now I'm busy, later I can help you if you still need it thanks can you please explain how you managed to...

> I managed to solve it this way, I created a root file called tsconfig.json and filled it with this information -> ' { "allowJs": true, "noImplicitAny": false} ' and...