12 lines
119 B
Vue
12 lines
119 B
Vue
<template>
|
|
<div id="app">
|
|
<router-view></router-view>
|
|
</div>
|
|
</template>
|
|
<script>
|
|
|
|
</script>
|
|
<style>
|
|
|
|
</style>
|