一、公用组件代码
二、其他组件当中的引入及使用
1、import JGraphicCode from ‘@/…’
2、 <j-graphic-code @success=“generateCode” ref=“jgraphicCodeRef” style=“display:flex;width:auto;” remote>
success是生成验证码之后,自定义的后续处理(比如,全部转换成大写字母)
remote控制验证码的获取渠道(1.后端获取 2.前端自动生成)
注:本文代码,是做项目过程中借鉴总结的