dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:兼容加载失败时&没数据时,页面显示暂无数据
chensiAb
2024-08-23
9d5803a79aad859e201b94040e369298c7c348b0
[mob-components.git]
/
plugins
/
qrcode
/
index.js
1
2
3
4
5
6
7
8
9
10
/**
* qrcode
* @author Tevin
*/
import CQRCode from '@components/plugins/qrcode/CQRCode.vue';
export {
CQRCode
}