diff --git a/example/docs/zh-CN/guide/changelog.md b/example/docs/zh-CN/guide/changelog.md index c6e6bcd1..7558dbaf 100644 --- a/example/docs/zh-CN/guide/changelog.md +++ b/example/docs/zh-CN/guide/changelog.md @@ -22,6 +22,7 @@
  • [新增] layer 组件 resize 属性, 开启弹层尺寸拉伸, 常用于 页面层 与 Iframe 层。
  • [加强] layer 组件 area 属性, 支持 字符串 与 数组 类型, 默认 auto 宽高根据内容自适应。
  • [修复] layer 组件 body 禁用拖动, 仅支持标题拖动窗体。
  • +
  • [修复] dropdown 组件触发方式为 hover 时,移动不到菜单子项的问题
  • [集成] utteranc.es 插件, 基于 issues 提供为文档提供留言能力。
  • [升级] layer-vue 1.2.0, 更稳定的 layer 版本。
  • [升级] vue 3.2.26 版本。
  • diff --git a/src/module/dropdown/index.vue b/src/module/dropdown/index.vue index 4eded2f2..8271c843 100644 --- a/src/module/dropdown/index.vue +++ b/src/module/dropdown/index.vue @@ -1,3 +1,49 @@ + + + + - - + \ No newline at end of file diff --git a/src/module/iconPicker/index.vue b/src/module/iconPicker/index.vue index d58d6143..b7b4afec 100644 --- a/src/module/iconPicker/index.vue +++ b/src/module/iconPicker/index.vue @@ -1,5 +1,5 @@