add router and route containers

This commit is contained in:
2017-01-31 19:29:54 -07:00
parent 7c48412bbe
commit 72cc7ae89d
6 changed files with 129 additions and 28 deletions

15
src/containers/Orders.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<section class="section">
<div class="container">
<div class="notification">
Orders will go here
</div>
</div>
</section>
</template>
<script>
export default {
}
</script>