Element ui Message组件如何设置相对于底部的位置

2021-03-31 09:29发布

1条回答
studentaaa
2021-04-18 10:30

[removed]
  export default {
  methods: {      
  open() {        
  this.$alert('这是一段内容', '标题名称', {
            confirmButtonText: '确定',          
            callback: action => {            
            this.$message({              
            type: 'info',              
            message: `action: ${ action }`
            });
          }
        });
      }
    }
  }[removed]

一周热门 更多>