✨(component): 发布 1.7.0 版本
This commit is contained in:
parent
afc9cad132
commit
6d1552f83b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@layui/layui-vue",
|
||||
"version": "1.7.0-alpha.2",
|
||||
"version": "1.7.0",
|
||||
"author": "就眠儀式",
|
||||
"license": "MIT",
|
||||
"description": "a component library for Vue 3 base on layui-vue",
|
||||
|
@ -10,11 +10,11 @@
|
||||
::: demo
|
||||
<template>
|
||||
<lay-timeline>
|
||||
<lay-timeline-item title="1.6.x">
|
||||
<ul>
|
||||
<a name="1-6-10"></a>
|
||||
<lay-timeline-item title="1.7.x">
|
||||
<ul>
|
||||
<a name="1-7-0"></a>
|
||||
<li>
|
||||
<h3>1.6.10 <span class="layui-badge-rim">2022-10-21</span></h3>
|
||||
<h3>1.7.0 <span class="layui-badge-rim">2022-10-24</span></h3>
|
||||
<ul>
|
||||
<li>[新增] select 组件 contentClass 属性, 用于自定义内容区域 class 属性。</li>
|
||||
<li>[新增] select 组件 contentStyle 属性, 用于自定义内容区域 style 属性。</li>
|
||||
@ -45,6 +45,8 @@
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</lay-timeline-item>
|
||||
<lay-timeline-item title="1.6.x">
|
||||
<ul>
|
||||
<a name="1-6-9"></a>
|
||||
<li>
|
||||
|
@ -185,12 +185,6 @@ const menus = [
|
||||
subTitle: "select",
|
||||
path: "/zh-CN/components/select",
|
||||
},
|
||||
{
|
||||
id: 39,
|
||||
title: "树选择",
|
||||
subTitle: "treeSelect",
|
||||
path: "/zh-CN/components/treeSelect",
|
||||
},
|
||||
{
|
||||
id: 39,
|
||||
title: "标签输入框",
|
||||
|
Loading…
Reference in New Issue
Block a user