- [Vuejs]-Can i change component prop variable binded to another variable in VueJS
- [Vuejs]-How can I make different HTML and component files in Vue.js?
0👍
If you are trying to open your website using the built-in webOS web browser there are no options to inspect/debug it unless you use a remote inspector like vorlonjs. I have used vorlonjs in similar scenarios, but I not sure if it would work on webOS TVs
If you are triying to use your own webOS smartTV app to open your website you must enable the developer mode in your TV and debug your app in order to inspect your website
Best regards
- [Vuejs]-Vue.js from Browserify to Webpack
- [Vuejs]-Implementing prerender SPA plugin to vue2js application
0👍
With the ares-cli
, you can debug your ipk the following way:
ares-inspect --device tv --app com.example.app --open
- [Vuejs]-Implementing prerender SPA plugin to vue2js application
- [Vuejs]-How do I pass a dependency to a Vue component?
Source:stackexchange.com