nikitasnv / vue-resizable

VueResizable component
https://nikitasnv.github.io/vue-resizable/
MIT License
224 stars 46 forks source link

(0 , t.withScopeId) is not a function #19

Closed SidSid1986 closed 3 years ago

SidSid1986 commented 3 years ago

(0 , t.withScopeId) is not a function

zerr0o commented 3 years ago

Same error on electron !

marinaselyakh commented 3 years ago

@SidSid1986 @zerr0o I use "vue-resizable": "1.1.3" version, it helped

zerr0o commented 3 years ago

@marinaselyakh thanks for the reply ! i figured it out. @SidSid1986 I was using vue 2, last vue-resizable release is only for vue 3. just upgrade your vue version or downgrade vue-resizable ;) It works perfectly btw

nikitasnv commented 3 years ago

Yeah. Component versions 2+ use vue 3. I'm not sure older versions will be supported, so you should upgrade to vue 3 if you can.