Skip to content

Instantly share code, notes, and snippets.

@morgler
Created March 23, 2019 17:36
Show Gist options
  • Save morgler/c003543c21465f209829619146cddda3 to your computer and use it in GitHub Desktop.
Save morgler/c003543c21465f209829619146cddda3 to your computer and use it in GitHub Desktop.
<template>
<div :class=`status-${eventStatus}` />
</template>
<script>
export default {
props: {
eventStatus: String,
},
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment