Blame view

src/App.vue 152 Bytes
1 2 3 4 5
<!--
 * @Description: 
 * @Autor: renchao
 * @LastEditTime: 2023-05-17 10:36:04
-->
赵千 committed
6 7 8 9
<template>
  <div id="app">
    <router-view />
  </div>
任超 committed
10
</template>