[文档] color 组件

This commit is contained in:
就眠仪式
2021-10-06 15:10:26 +08:00
parent 8a9fd2c9ee
commit 567cd9b783
4 changed files with 112 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<a href="">{{title}}</a>
<a href="javascript:void(0)">{{title}}</a>
<span lay-separator="">{{separator}}</span>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<dd>
<a href="">{{ title }}</a>
<a href="javascript:void(0)">{{ title }}</a>
</dd>
</template>