9 lines
87 B
Vue
9 lines
87 B
Vue
<template>
|
|
<div id="app">
|
|
<router-view />
|
|
</div>
|
|
</template>
|
|
|
|
<style>
|
|
</style>
|