diff --git a/docs/components/popover/index.md b/docs/components/popover/index.md index 5fff421ef5221b2aadd78fdcc7d1aba6437c0ab3..9270b4985f4dfbbbe59fba383df9820dc8b1bb50 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 63abe2421253bd2bc6d423391d171ee29114a312..d3765b4b29690988270f3b1023ce7037147aa2b1 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 3ae3a8f1867ef0f29a7a10dec90fe558b2d034c5..f8c318f9b418c26139bbcfe804bf334aa9d90916 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"