Wayne Smallman

Results 9 comments of 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. ![Screen Shot 2019-04-19 at 13 08 43](https://user-images.githubusercontent.com/419501/56423518-5b740700-62a4-11e9-9a49-b1414fc4890f.png)

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?

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 } }) )...