dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
数据控制器基类优化,跨页通讯支持发送给原地重开的新页,上一页支持通知所有前页
Tevin
2025-04-02
75ebdf431a1251fa0e0b1125f438992646e0e97b
[mob-components.git]
/
layout
/
anchor
/
index.js
1
2
3
4
5
6
7
8
9
10
/**
* CAnchor
* @author Tevin
*/
import CAnchor from '@components/layout/anchor/CAnchor.vue';
export {
CAnchor,
}