Blame view

src/App.vue 153 Bytes
任超 committed
1 2 3 4 5
<!--
 * @Description: 
 * @Autor: renchao
 * @LastEditTime: 2023-03-24 15:07:01
-->
任超 committed
6 7 8 9
<template>
  <div id="app">
    <router-view />
  </div>
任超 committed
10
</template>