You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ However you can simply implement this by your own or use one of the two mixins w
118
118
Both are included in the `mixins` module.
119
119
120
120
The mixins automatically create `chartData` as a prop or data. And add a watcher. If data has changed, the chart will update.
121
+
However keep in mind the limitations of vue and javascript for mutations on arrays and objects. More info [here](http://localhost:8080/#/home?id=reactive-data)
0 commit comments