mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 15:45:08 +08:00
多模块重构 12:修改项目名字,按照新的规则
This commit is contained in:
11
yudao-ui-admin/src/App.vue
Normal file
11
yudao-ui-admin/src/App.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'App'
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user