WebApp【公共组件库】@前端(For Git Submodule)
chensiAb
2024-08-23 9d5803a79aad859e201b94040e369298c7c348b0
1
2
3
4
5
6
7
8
9
10
/**
 * qrcode
 * @author Tevin
 */
 
import CQRCode from '@components/plugins/qrcode/CQRCode.vue';
 
export {
    CQRCode
}