Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created October 28, 2015 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freshcutdevelopment/b25172abc952957fd3e1 to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/b25172abc952957fd3e1 to your computer and use it in GitHub Desktop.
<template>
<h1>${status}</h1>
</template>
<script type="text/javascript">
export class Status{
constructor(){
this.status = "All green.";
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment