Nikola Kirincic

Results 6 comments of Nikola Kirincic

> Hi, I had the same problem. Try to instantiate the Product class only once, then you should get the next page parameters. If you look in the getLinks method,...

It looks like tap() helper function is implemented from Laravel v5.5, that means this library is not compatible with versions below 5.5

I actually have issues even without --watch flag

I have solved this issue by installing `yarn add @vitejs/plugin-vue2` and adding it in vite.config.js: ``` // vite.config.js import vue from '@vitejs/plugin-vue2' export default { plugins: [vue()] } ``` https://github.com/vitejs/vite-plugin-vue2

Sure, but it worked for me as a quick fix for now. Of course, for vue v.2.7.x.

For Laravel, you should install 'babel-polyfill' `npm install babel-polyfill` and then put it at the top of the main js file, 'import "@babel/polyfill";' .