Yoel Peter Chandra

Results 3 comments of Yoel Peter Chandra

Current vuex ORM setup acccording to the [docs](https://vuex-orm.org/guide/prologue/getting-started.html#setup) ``` import Vue from 'vue' import Vuex from 'vuex' import VuexORM from '@vuex-orm/core' import User from '@/models/User' import Post from '@/models/Post' Vue.use(Vuex)...

Thanks for responding my issue @cuebit, the reason why I'm asked here instead of on vuex-orm package, is because of the dataTransformer timing so that I can provides data with...

Hi @ricardogobbosouza It seems that the @nuxtjs/laravel-echo plugin isn't calling connect method at all although I've logged in through nuxt auth. nuxt.config.js ```js buildModules: [ ... '@nuxtjs/laravel-echo', ], echo: {...