Created
March 23, 2019 17:36
-
-
Save morgler/c003543c21465f209829619146cddda3 to your computer and use it in GitHub Desktop.
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
<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