lajosbencz / vue-wamp

AutobahnJS wrapper library fo Vue.js
MIT License
48 stars 13 forks source link

'VueWamp' only refers to a type, but is being used as a value here. #26

Open gjoforte opened 4 years ago

gjoforte commented 4 years ago

Can anyone help here?

image

lajosbencz commented 4 years ago

Hmmm... there must be something wrong the typescript definitions, i'm not versed well in it.

Does the code fail aswell, or is it only IDE hinting?

gjoforte commented 4 years ago

The code fails when I try to use Vue.$wamp.call() because it "cannot read property call of undefined"

blazj commented 3 years ago

Hello guys, I have a similar issue, did anyone find a solution? I am using this module in Nuxt.js