Skip to content

[Vue 0.11] Uncaught TypeError: Cannot read property '__vue__' of null  #437

Closed
@thelinuxlich

Description

@thelinuxlich

Getting this error with computed dependencies adding and removing rows of a table(I've incremented the grid example with search and pagination)

Debugger points to this method:

function findNextVm (vm, ref) {
  var el = (vm._blockEnd || vm.$el).nextSibling
  while (!el.__vue__ && el !== ref) {
    el = el.nextSibling
  }
  return el.__vue__
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions