[Vuejs]-Make only nested property reactive

0👍

How about passing into your component 2 values:

  • state this will be tracked
  • untrackedProperty this will not be tracked

Instead of passing Game as a whole object, separate those 2 values

Leave a comment