Skip to content

Instantly share code, notes, and snippets.

@jesperlandberg
Created March 14, 2016 19:36
Show Gist options
  • Save jesperlandberg/83d74dbc3fb9fdd1e104 to your computer and use it in GitHub Desktop.
Save jesperlandberg/83d74dbc3fb9fdd1e104 to your computer and use it in GitHub Desktop.
<template>
<div class="single" transition="slideSingle">
<h1>{{ title }}</h1>
</div>
</template>
<script>
import Vue from 'vue'
export default {
data () {
return {
title: 'title'
}
}
}
</script>
<style lang="sass" scoped>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment