Closed haffla closed 8 years ago
Fixed. 8a7110b . Thx for your feedback.
In addition, the code should be:
<waterfall :line-gap="200" :watch="locations">
<waterfall-slot v-for="(location, index) in locations" :width="100" :height="100" :key="location.id" :order="index">
<h1>Test</h1>
</waterfall-slot>
</waterfall>
Damn that was fast! It's working now. Great, thank you.
Hello! I get the following warnings when using vue-waterfall. I don't seem to find the reason for this. Any idea?
The relevant code is the following:
locations
is an array of objects.It is working, but the 2 red warnings in the console are kind of annoying and I would like to know what's it about. I'm kind of new to vue.
My vue version is
2.0.3
.