Skip to content

Instantly share code, notes, and snippets.

@andreipfeiffer
Last active February 2, 2017 11:54
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 andreipfeiffer/d6e661dc106264ab412c0f90216eea40 to your computer and use it in GitHub Desktop.
Save andreipfeiffer/d6e661dc106264ab412c0f90216eea40 to your computer and use it in GitHub Desktop.
<template>
<div>
<span>{{ nr }}</span>
<div>
</template>
<script>
export default {
data() {
return { nr: 0 };
}
}
</script>
<style>
/* CSS goes here */
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment