parsley/app/javascript/components/App.vue
2018-03-29 01:57:00 -05:00

13 lines
126 B
Vue

<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
export default {
}
</script>