Skip to content

About vm.curObj observing optimization #15

@fritx

Description

@fritx

Search Results: curObj
https://github.com/fritx/vue-threejs/search?q=curObj&unscoped_q=curObj

Related Vue Topic: [feature] Ability to disable Vue observation
vuejs/vue#2637

Solution Draft:
vuejs/vue#2637 (comment)

data () {
  return {
    wrapper: Object.freeze({
      actual: [bigData]
    })
  }
},
methods: {
  operation () {
    this.wrapper = Object.freeze({
      actual: [newBigData]
    })
  }
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions