vue-apps/com.actionsoft.apps.coe.pal/App.vue

9 lines
87 B
Vue
Raw Normal View History

2022-06-28 01:29:37 +08:00
<template>
<div id="app">
<router-view />
</div>
</template>
<style>
</style>