vue2-Verify源码中<components>元素代表什么意思?是Vue动态组件的另外一种表达方式吗?
在vue2-verify组件的Verify.vue中,有如下表述:
<div> <!-- 验证码容器 -->
<components v-if="componentType"
:is="componentType"
:type="verifyType"
:figure="figure"
:arith="arith"
:width="width"
:height="height"
:fontSize="fontSize"
:codeLength="codeLength"
:mode="mode"
:vOffset="vOffset"
:vSpace="vSpace"
:explain="explain"
:imgUrl="imgUrl"
:imgName="imgName"
:showButton="showButton"
:imgSize="imgSize"
:blockSize="blockSize"
:barSize="barSize"
:defaultNum="defaultNum"
:checkNum="checkNum"
ref="instance"></components>
请教一下,<components>元素是何?如果是动态组件的话,应该用<component>呀,本人初学者,还望大家赐教!
以上是 vue2-Verify源码中<components>元素代表什么意思?是Vue动态组件的另外一种表达方式吗? 的全部内容, 来源链接: utcz.com/p/937327.html