Blame view

src/App.vue 69 Bytes
赵千 committed
1 2 3 4 5
<template>
  <div id="app">
    <router-view />
  </div>
</template>