vue-learn/src/App.vue

12 lines
119 B
Vue
Raw Normal View History

2020-06-16 02:20:06 +00:00
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
</script>
<style>
</style>