Search code examples
javascriptlaravelbrowservue.jstizen

VueJS & Laravel 5.4 on Tizen doesn't work


Hi I made application in laravel 5.4 and VueJS it works fine on every browser but on Tizen I'm getting only things from blade template, and no VueJS componnents.

I'm using bootstrap nav bars with drop down menu and its not working as well.

I tried Vue offical site with examples and they are working correctly on TV screen. What should I do now? Is there any option I can handle it?

Some compiling into the raw old JavaScrpt or smth? I think thats the problem in here.

Any advice?


Solution

  • I handled it with github.com/es-shims/es5-shim, the problem was with versions of ES6. And i downgraded sockets to 1.5 and its now working correctly!