blob: ab408f3e56b237d7da75004601e98dcb9f6d9369 [file] [log] [blame]
<template>
<div id="app">
<router-view/>
</div>
</template>
<script>
export default{
name: 'App'
}
</script>