Skip to content

Commit 8795e45

Browse files
committed
📝 Update README
1 parent a71429e commit 8795e45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ However you can simply implement this by your own or use one of the two mixins w
118118
Both are included in the `mixins` module.
119119

120120
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)
121122

122123
```javascript
123124
// MonthlyIncome.js

0 commit comments

Comments
 (0)