inotify/Inotify.Vue/src/App.vue
2021-03-24 23:09:35 +08:00

12 lines
120 B
Vue

<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>