Newer
Older
dcms_front / src / App.vue
zhangyingjie on 25 Oct 2019 121 bytes first commit
<template>
  <div id="app">
    <router-view/>
  </div>
</template>

<script>
export default {
  name: 'App'
}
</script>