fix: 资源链接
This commit is contained in:
parent
84d0d8bbf1
commit
e77738e974
@ -4,6 +4,7 @@
|
||||
"homepage": "http://www.layui-vue.com",
|
||||
"scripts": {
|
||||
"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:component": "pnpm -C ./package/component build",
|
||||
"build:icons": "pnpm -C ./package/icons build",
|
||||
|
@ -61,7 +61,8 @@ watch(
|
||||
() => props.dataSource,
|
||||
() => {
|
||||
tableDataSource.value = [...props.dataSource];
|
||||
}, {deep: true}
|
||||
},
|
||||
{ deep: true }
|
||||
);
|
||||
|
||||
const changeAll = function (checked: any) {
|
||||
|
@ -420,7 +420,7 @@ export default {
|
||||
| useCN | 是否使用中文错误提示 | `boolean` | `true` `false` | `false` |
|
||||
| requiredIcons | 必填前缀图标`class` | `string` | - | `*` |
|
||||
| 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>
|
||||
</li>
|
||||
<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 class="layui-nav-item">
|
||||
<a href="javascript:void(0)">
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@layui/layer-vue",
|
||||
"version": "1.3.11",
|
||||
"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",
|
||||
"main": "lib/layer-vue.umd.js",
|
||||
"exports": {
|
||||
|
Loading…
Reference in New Issue
Block a user