10 lines
113 B
Vue
10 lines
113 B
Vue
<template>
|
|
<div id="app">
|
|
<router-view />
|
|
</div>
|
|
</template>
|
|
|
|
<script></script>
|
|
|
|
<style lang="scss"></style>
|