nativescript-vue-devtools icon indicating copy to clipboard operation
nativescript-vue-devtools copied to clipboard

A NativeScript-Vue plugin for connecting to the standalone vue-devtools

Results 14 nativescript-vue-devtools issues
Sort by recently updated
recently updated
newest added
trafficstars

Is vuex supposed to be shown when used? For me it just says "No Vuex Store detected".

I can connect to the Vue devtools fine. Every table seems to work at first. However when look at the vuex tab no mutation never show and when you click...

Following the docs juts gives me this... com.tns.NativeScriptException: Error calling module function Error calling module function Error: com.tns.NativeScriptException: Failed to find module: "nativescript-vue-devtools", relative to: app/tns_modules/ com.tns.Module.resolvePathHelper(Module.java:146) com.tns.Module.resolvePath(Module.java:55) com.tns.Runtime.runModule(Native Method)...

Hi, when trying to show a component which has a RadListView inside, the app crash with message: `TypeError: 'arguments', 'callee', and 'caller' cannot be accessed in this context.` You can...