Skip to content

Instantly share code, notes, and snippets.

View vuchl's full-sized avatar
🔼
Working on a GraphQL API

Sebastian vuchl

🔼
Working on a GraphQL API
  • Germany
View GitHub Profile
@vuchl
vuchl / flow.vue
Created September 28, 2016 13:53 — forked from ChadTaljaardt/flow.vue
<style>
</style>
<template>
<item class="item" :model="treeData"> </item>
</template>
<script>
import item from './Item.vue';
<template lang="jade">
#decid
h1 Add your options
input(
v-model="inputQuery"
@keyup.enter="addItem()"
)
ul#item-list(v-for="item in items", track-by="$index", transition='added-item')
li
p {{ item.item }}