mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-15 21:23:41 +08:00
refactor(projects): 路由组件导入拆分
This commit is contained in:
6
src/views/component/map/index.vue
Normal file
6
src/views/component/map/index.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div>地图</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
<style scoped></style>
|
||||
6
src/views/component/video/index.vue
Normal file
6
src/views/component/video/index.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div>视频</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user