vue-apps/com.actionsoft.apps.coe.pal/App.vue
shangxiaoran@qq.com 9d8f9f0e92 初始化应用
2022-06-28 01:29:37 +08:00

9 lines
87 B
Vue

<template>
<div id="app">
<router-view />
</div>
</template>
<style>
</style>