added data flow

This commit is contained in:
ori agranat
2019-09-28 18:27:17 +03:00
parent 88419e956f
commit 70a10a6ce9
7 changed files with 96 additions and 33 deletions

View File

@@ -20,19 +20,13 @@
</v-layout>
</v-container>
</v-content>
<v-footer app dark>
<span>&copy; 2019 Chameleon Vision</span>
</v-footer>
</v-app>
</template>
<script>
export default {
name: 'App',
components: {
},
data: () => ({
}),