fix: 资源链接
This commit is contained in:
parent
84d0d8bbf1
commit
e77738e974
@ -4,6 +4,7 @@
|
|||||||
"homepage": "http://www.layui-vue.com",
|
"homepage": "http://www.layui-vue.com",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm -C ./package/document dev",
|
"dev": "pnpm -C ./package/document dev",
|
||||||
|
"build": "npm run build:icons && npm run build:layer && npm run build:component && npm run build:document",
|
||||||
"build:document": "pnpm -C ./package/document build",
|
"build:document": "pnpm -C ./package/document build",
|
||||||
"build:component": "pnpm -C ./package/component build",
|
"build:component": "pnpm -C ./package/component build",
|
||||||
"build:icons": "pnpm -C ./package/icons build",
|
"build:icons": "pnpm -C ./package/icons build",
|
||||||
|
@ -61,7 +61,8 @@ watch(
|
|||||||
() => props.dataSource,
|
() => props.dataSource,
|
||||||
() => {
|
() => {
|
||||||
tableDataSource.value = [...props.dataSource];
|
tableDataSource.value = [...props.dataSource];
|
||||||
}, {deep: true}
|
},
|
||||||
|
{ deep: true }
|
||||||
);
|
);
|
||||||
|
|
||||||
const changeAll = function (checked: any) {
|
const changeAll = function (checked: any) {
|
||||||
|
@ -420,7 +420,7 @@ export default {
|
|||||||
| useCN | 是否使用中文错误提示 | `boolean` | `true` `false` | `false` |
|
| useCN | 是否使用中文错误提示 | `boolean` | `true` `false` | `false` |
|
||||||
| requiredIcons | 必填前缀图标`class` | `string` | - | `*` |
|
| requiredIcons | 必填前缀图标`class` | `string` | - | `*` |
|
||||||
| required-erroer-message | 必填错误提示信息 | `string` | - | `%s不能为空`|
|
| required-erroer-message | 必填错误提示信息 | `string` | - | `%s不能为空`|
|
||||||
| validate-message | 自定义校验错误提示信息; <br>由于内置了中文错误提示,可按需求增量增加<br>可查看 [async-validator 内置错误提示](https://github.com/yiminghe/async-validator/blob/master/src/messages.ts)<br>也可参考 [layui-vue 内置中文错误提示](https://gitee.com/layui-vue/layui-vue/tree/develop/src/module/formItem/cnValidateMessage.ts) | `string` | - | `%s不能为空`|
|
| validate-message | 自定义校验错误提示信息; <br>由于内置了中文错误提示,可按需求增量增加<br>可查看 [async-validator 内置错误提示](https://github.com/yiminghe/async-validator/blob/master/src/messages.ts)<br>也可参考 [layui-vue 内置中文错误提示](https://gitee.com/layui/layui-vue/blob/next/package/component/src/component/formItem/cnValidateMessage.ts) | `string` | - | `%s不能为空`|
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@
|
|||||||
</lay-dropdown>
|
</lay-dropdown>
|
||||||
</li>
|
</li>
|
||||||
<li class="layui-nav-item">
|
<li class="layui-nav-item">
|
||||||
<a href="https://gitee.com/layui-vue/layui-vue"> Gitee </a>
|
<a href="https://gitee.com/layui/layui-vue"> Gitee </a>
|
||||||
</li>
|
</li>
|
||||||
<li class="layui-nav-item">
|
<li class="layui-nav-item">
|
||||||
<a href="javascript:void(0)">
|
<a href="javascript:void(0)">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@layui/layer-vue",
|
"name": "@layui/layer-vue",
|
||||||
"version": "1.3.11",
|
"version": "1.3.11",
|
||||||
"description": "a component library for Vue 3 base on layui-vue",
|
"description": "a component library for Vue 3 base on layui-vue",
|
||||||
"homepage": "https://gitee.com/layui-vue/layui-vue/blob/master/README.md",
|
"homepage": "https://gitee.com/layui/layui-vue/blob/master/README.md",
|
||||||
"module": "lib/layer-vue.es.js",
|
"module": "lib/layer-vue.es.js",
|
||||||
"main": "lib/layer-vue.umd.js",
|
"main": "lib/layer-vue.umd.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user