You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the code, I get an error message Uncaught (in promise) TypeError: this.spb is undefined. The error is caused by the line this.spb.execute('test'); in information.vue file.
Summary
When I run the code, I get an error message
Uncaught (in promise) TypeError: this.spb is undefined
. The error is caused by the linethis.spb.execute('test');
ininformation.vue
file.Description
Hi @Frontesque,
I found this line in your code on the
vue3
branch:causing this error:
When I commented out the line, the error disappeared.
Before I investigate further, May I know what is the purpose of this line and what is the expected behaviour when it is executed?
The text was updated successfully, but these errors were encountered: