Skip to content

Instantly share code, notes, and snippets.

@jasperf
Created June 5, 2018 08:20
Show Gist options
  • Save jasperf/45b8abd49eef1ec8f66a46659b3bffd0 to your computer and use it in GitHub Desktop.
Save jasperf/45b8abd49eef1ec8f66a46659b3bffd0 to your computer and use it in GitHub Desktop.
Vue Class Object Binding
<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