1.0.7 • Published 1 year ago

@chenzoho/vue-modal v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

弹出框/modal

安装

pnpm install @chenzoho/vue-modal

依赖

  • vue
  • @vueuse/core
  • @chenzoho/vue-scroll-container
  • @chenzoho/vue-utils
  • ant-design-vue
  • @ant-design/icons-vue
  • xe-utils

使用

import { VScrollbar } from "@chenzoho/vue-modal"
import "@chenzoho/vue-modal/style.css"

更新

  • 1.0.1
    • 发布第一个版本
  • 1.0.2
    • 更新README
  • 1.0.3
    • 修复头部的问题
    • 修复全屏的问题
  • 1.0.5
    • 修复全屏下窗口高度变化,但是modal内容高度不变的问题
  • 1.0.6
    • 把modal窗口最低高度设置为211,其次为非全屏下只显示最高高度
  • 1.0.7
    • 非全屏下,最高高度的值不通过height读取