Nertivia-Client/src/Main.vue
2019-01-29 19:04:08 +00:00

5 lines
81 B
Vue

<template>
<div id="app">
<router-view></router-view>
</div>
</template>