dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提供签名组件的显示兼容性
YFeng
2024-02-28
66e98219bcac1af4d9bf684cc31af330c68b679a
[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
}