vuex-orm / vuex-orm

The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.

Home Page:https://vuex-orm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Models.query().withAll().where(model => { console.log(model) }) always returns free of nested data instance.

bonduell opened this issue · comments

Describe the bug

A clear and concise description of what the bug is.

Steps to reproduce the bug

  1. Define models [...]
  2. Create data [...]
  3. Retrieve data [...]
  4. See error

Expected behaviour

A clear and concise description of what you expected to happen.

Versions

  • Vuex ORM: 0.#.#
  • Vue: 2.#.#

Link to minimal reproduction

If applicable, add a minimal demo link to help explain your problem. Some options for that are CodePen, CodeSandbox, JS Bin or JSFiddle.

Additional context

Add any other context about the bug here.