# dialog-com **Repository Path**: fujianlijiahan/dialog-com ## Basic Information - **Project Name**: dialog-com - **Description**: vue-dialog,vue-modal,vue-components - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用 ### *npm i dialog-com* ### *import dialogCom from 'dialog-com'* #### vue的弹出模态框,dialog,modal ``` ```
属性 类型 可选值 默认值 备注
title String - - 标题
append-to-body Boolean true/false true 将modal添加到body下
width String %/px/vw 50% -
fullScreen Boolean true/false false 是否全屏
closeOnClickModal Boolean true/false true 点击Modal关闭弹出框
closeOnPressEscape Boolean true/false true 按下ESC关闭弹出框
visible Boolean true/false false 显示弹出框