docs: 更新日志
This commit is contained in:
parent
8c752604fc
commit
7d2d3bd80c
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@layui/layui-vue",
|
"name": "@layui/layui-vue",
|
||||||
"version": "1.0.4-alpha.1",
|
"version": "1.0.4-alpha.3",
|
||||||
"author": "就眠儀式",
|
"author": "就眠儀式",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
@ -30,6 +30,8 @@
|
|||||||
"build:types": "rimraf types && tsc -d"
|
"build:types": "rimraf types && tsc -d"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@layui/icons-vue": "^1.0.7",
|
||||||
|
"@layui/layer-vue": "^1.3.11",
|
||||||
"@vueuse/core": "^7.6.2",
|
"@vueuse/core": "^7.6.2",
|
||||||
"animate.css": "^4.1.1",
|
"animate.css": "^4.1.1",
|
||||||
"async-validator": "^4.0.7",
|
"async-validator": "^4.0.7",
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<h3>1.0.4 <span class="layui-badge-rim">2022-04-17</span></h3>
|
<h3>1.0.4 <span class="layui-badge-rim">2022-04-17</span></h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>[修复] build 构建时产生的异常信息。</li>
|
||||||
<li>[修复] checkbox 组件夜间模式样式不兼容。</li>
|
<li>[修复] checkbox 组件夜间模式样式不兼容。</li>
|
||||||
<li>[修复] table 组件 columns 配置 width 属性不生效。</li>
|
<li>[修复] table 组件 columns 配置 width 属性不生效。</li>
|
||||||
<li>[优化] table 组件 columns 配置 width 未设置时自动分配宽度。</li>
|
<li>[优化] table 组件 columns 配置 width 未设置时自动分配宽度。</li>
|
||||||
|
@ -44,6 +44,8 @@ importers:
|
|||||||
'@babel/core': ^7.15.8
|
'@babel/core': ^7.15.8
|
||||||
'@babel/preset-env': ^7.15.8
|
'@babel/preset-env': ^7.15.8
|
||||||
'@babel/preset-typescript': ^7.15.0
|
'@babel/preset-typescript': ^7.15.0
|
||||||
|
'@layui/icons-vue': ^1.0.7
|
||||||
|
'@layui/layer-vue': ^1.3.11
|
||||||
'@rollup/plugin-babel': ^5.3.0
|
'@rollup/plugin-babel': ^5.3.0
|
||||||
'@types/node': ^16.11.9
|
'@types/node': ^16.11.9
|
||||||
'@vitejs/plugin-vue': ^2.3.1
|
'@vitejs/plugin-vue': ^2.3.1
|
||||||
@ -64,6 +66,8 @@ importers:
|
|||||||
vite: 2.9.1
|
vite: 2.9.1
|
||||||
vue-i18n: ^9.2.0-beta.34
|
vue-i18n: ^9.2.0-beta.34
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@layui/icons-vue': link:../icons
|
||||||
|
'@layui/layer-vue': link:../layer
|
||||||
'@vueuse/core': 7.7.1_vue@3.2.31
|
'@vueuse/core': 7.7.1_vue@3.2.31
|
||||||
animate.css: 4.1.1
|
animate.css: 4.1.1
|
||||||
async-validator: 4.0.7
|
async-validator: 4.0.7
|
||||||
|
Loading…
Reference in New Issue
Block a user