Skip to main content

All Questions

Tagged with
1 vote
0 answers
862 views

Cannot set property of undefined when import promise in vue component

"vue-electron": "^1.0.6" "electron": "4.2.4" "webpack": "^4.15.1" "vue": "^2.5.16" In a vue component, I import a js file <template> ... </template> <script> import something from ...
Piel Silbad's user avatar
3 votes
1 answer
20k views

Javascript async function returns [object Promise]

Async function returns [object Promise] but desired behavior is returning real value. I can get the value from console.log. I guess it is a expected behavior of the function but I have no idea to how ...
user4565857's user avatar
0 votes
1 answer
481 views

Accessing the JSON fulfillmentValue value

I'm new to Vue and I'm using electron-vue boilerplate. I am trying to display some items in Amazon using Promise in NodeJS. I'm using "amazon-product-api" and yes, I have access to the Amazon Product ...
Nine3KiD's user avatar
  • 673