IAgree 我同意

用于同意协议选项

IAgree 组件位于 src/components/IAgree

用法

<template>
  <IAgree
    :link="[
      {
        text: '《隐私政策》',
        url: 'https://www.baidu.com'
      }
    ]"
    text="我同意《隐私政策》"
  />
</template>

Avatars 属性

属性说明类型可选值默认值
text文案string--
link需要跳转的高亮数据,详见LinkItem[]--
属性说明类型可选值默认值
url跳转地址,非必填string--
text高亮文案string--
onClick点击高亮文案执行的方法,非必填() => void--