Skip to content
Snippets Groups Projects
App.vue 135 B
Newer Older
ivelov-vm's avatar
ivelov-vm committed
<template>
  <div id="app">
    <router-view></router-view>
ivelov-vm's avatar
ivelov-vm committed
  </div>
</template>

<script>

export default {
  name: 'App',
}
</script>