Wayne Smallman
Wayne Smallman
Hi @hyesung219, I've exchanged messages with the support people and there's an unwillingness to recognize that their software doesn't work, which I find bizarre. I've been waiting two weeks for...
I've so far tried dozens of plugins and none work: ``` // Froala. import VueFroala from 'vue-froala-wysiwyg/dist/vue-froala.min.js' import 'froala-editor/css/froala_editor.pkgd.min.css' import 'froala-editor/js/plugins.pkgd.min.js' import 'froala-editor/js/plugins/link.min.js' import 'froala-editor/js/plugins/lists.min.js' ``` Whether I include as...
I opened the DevTools in Chrome and found a lot of errors. 
Interesting, but a downgrade wouldn't be viable for me.
Hi @codeitlikemiley, I'm creating a Vue SPA. I've switched to the web routes, but `Cart::content()` still isn't giving me anything. Are you using sessions?
Yeah, also having the same problem.
Hi, I'm in the process of migrating to Vue Apollo 4 and it's proving to be an insurmountable ordeal. Are there any actual _simple_ working examples out there?
Hi, I think there's a few people (I'm one of them) who would appreciate a bit of advice here. We've hit the exact same problem, and the [example](http://guillaumeleclerc.github.io/vue-google-maps-example/) doesn't help.
I'm still having the problem, having tried two different packages. ``` app.use( session({ name: 'sessionName', secret: process.env.SESSION_SECRET, saveUninitialized: true, resave: false, httpOnly: false, cookie: { secure: false } }) )...