Created
June 5, 2018 08:20
-
-
Save jasperf/45b8abd49eef1ec8f66a46659b3bffd0 to your computer and use it in GitHub Desktop.
Vue Class Object Binding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img | |
:class="{ unSplashThumbActive: isActive[photo.urls.small] }" | |
:src="photo.urls.small" | |
@click="mouseDownSelect(photo.urls.small)" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment