dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
下拉选择组件跳转优化,交由业务层跳转URL
Tevin
2024-04-29
8ed0a2f0d2c143a1945e862182a6cb4abddccdad
[mob-components.git]
/
layout
/
homeNav
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
/**
* layout
* @author Tevin
*/
import CHomeNav from '@components/layout/homeNav/CHomeNav.vue';
import CHomeItem from '@components/layout/homeNav/CHomeItem.vue';
export {
CHomeNav,
CHomeItem,
}