2017-04-18 07:09:13 +00:00
|
|
|
<template>
|
2018-03-20 09:21:39 +00:00
|
|
|
<div id="app">
|
|
|
|
<router-view></router-view>
|
|
|
|
</div>
|
2017-04-18 07:09:13 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
2017-07-06 09:56:17 +00:00
|
|
|
export default{
|
2018-03-01 03:43:47 +00:00
|
|
|
name: 'App'
|
2017-07-06 09:56:17 +00:00
|
|
|
}
|
2017-04-18 07:09:13 +00:00
|
|
|
</script>
|