Skip to content

Instantly share code, notes, and snippets.

@pablohpsilva
Last active October 8, 2017 19:04
Show Gist options
  • Save pablohpsilva/85fdef12d5abdf867ded8dadc2ecd60d to your computer and use it in GitHub Desktop.
Save pablohpsilva/85fdef12d5abdf867ded8dadc2ecd60d to your computer and use it in GitHub Desktop.
Vuejs + dynamic classing example
<template>
<div
class="{
toolbar: true,
toolbar-fixed: fixed,
}">
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment