From 10ec40341b8828b8ecdc7ce140edd3a51a4b7d3f Mon Sep 17 00:00:00 2001 From: kagol Date: Thu, 7 Oct 2021 20:54:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3yarn=20build=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98Custom=20directive=20xxx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/popover/index.md | 2 +- package.json | 1 + yarn.lock | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/components/popover/index.md b/docs/components/popover/index.md index 5fff421e..9270b498 100644 --- a/docs/components/popover/index.md +++ b/docs/components/popover/index.md @@ -259,7 +259,7 @@ | popMaxWidth | `number` | - | 可选,限制弹出框最大宽度(`px`) | [基本用法](#基本用法) | | mouseEnterDelay | `number` | 150 | 可选,仅需要在 trigger 为 hover 的时候,设置鼠标移入后延时多少才显示 Popover,单位是 `ms` | [延时触发](#延时触发) | | mouseLeaveDelay | `number` | 100 | 可选,仅需要在 trigger 为 hover 的时候,设置鼠标移出后延时多少才隐藏 popover,单位是 `ms` | [延时触发](#延时触发) | -| popoverStyle | `{[klass:string]:any;}` | - | 可选,在需要改变弹出层样式时设置,箭头会应用同样的背景色。样式,参见[Angular版本—Popover]([DevUI](https://devui.design/components/zh-cn/popover/api)) | [自定义内容](#自定义内容) | +| popoverStyle | `{[klass:string]:any;}` | - | 可选,在需要改变弹出层样式时设置,箭头会应用同样的背景色。样式,参见[Angular版本—Popover](https://devui.design/components/zh-cn/popover/api) | [自定义内容](#自定义内容) | diff --git a/package.json b/package.json index 63abe242..d3765b4b 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "jest": "^27.0.4", "lint-staged": "^11.0.0", "ora": "^5.4.1", + "patch-vue-directive-ssr": "^0.0.1", "sass": "^1.32.2", "shelljs": "^0.8.4", "stylelint": "^13.13.1", diff --git a/yarn.lock b/yarn.lock index 3ae3a8f1..f8c318f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5635,6 +5635,11 @@ parse5@^5.1.1: resolved "https://registry.npm.taobao.org/parse5/download/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178" integrity sha1-9o5OW6GFKsLK3AD0VV//bCq7YXg= +patch-vue-directive-ssr@^0.0.1: + version "0.0.1" + resolved "https://registry.npmmirror.com/patch-vue-directive-ssr/download/patch-vue-directive-ssr-0.0.1.tgz#2eac731f59cdb766d4d613bc24e522ded6ff1bb8" + integrity sha1-LqxzH1nNt2bU1hO8JOUi3tb/G7g= + path-exists@^4.0.0: version "4.0.0" resolved "https://registry.nlark.com/path-exists/download/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" -- Gitee