vue-learn/src/App.vue
2020-06-16 16:02:28 +08:00

12 lines
119 B
Vue

<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
</script>
<style>
</style>