mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-19 23:56:37 +08:00
6 lines
69 B
Vue
6 lines
69 B
Vue
<template>
|
|
<div id="app" >
|
|
<router-view/>
|
|
</div>
|
|
</template>
|