功能介绍:想定义一些全局变量,不想在没个页面都都加一些相同的参数,比如当内容过长被隐藏时显示设置show-overflow-tooltip
。
把下面全部方法引入main.js
//点击遮罩层是否关闭Dialog ElementUI.Dialog.props.closeOnclickModal.default = false; 全局去除dialog关闭按钮 ElementUI.Dialog.props.showClose.default = false //按esc键是否关闭Dialog ElementUI.Dialog.props.closeOnPressEscape.default = false //Dialog是否在body里追加 ElementUI.Dialog.props.modalAppendToBody.default = false; //分页默认 ElementUI.Pagination.props.layout.default="prev, pager, next, jumper"; ElementUI.Pagination.props.pageSize.default=10; // table th和td居中 ElementUI.TableColumn.props.align={type:String, default:"center"}; ElementUI.TableColumn.props.headerAlign={type: String, default: "center"}; //table td文本过长隐藏显示... ElementUI.TableColumn.props.showOverflowTooltip ={type:Boolean, default: true} Vue.use(ElementUI)
vuejs中使用vue-visibility-change全局(局部)监听浏览器
上面是“element组件有哪些你不知道的全局定义方法”的全面内容,想了解更多关于 seo教程vuejs 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_2281.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!