码迷,mamicode.com
首页 > 其他好文 > 详细

Vue--小知识整理

时间:2020-02-15 18:25:16      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:can   this   自动   属性   confirm   The   gui   efs   conf   

 
1. 自动获取空间属性
el-input ref="xx"
$.refs[‘‘xx"].focus()
 
2.confirm确认框   
this.$confirm(‘<b>xxxxxx</b>:‘+this.temp.summary+‘<br/><b>yyyyyyyyyyy</b>:‘+apires, ‘确认信息‘, {
          distinguishCancelAndClose: true,
          dangerouslyUseHTMLString:true,
          confirmButtonText: ‘替换‘,
          cancelButtonText: ‘放弃‘
          
        })
          .then(() => {
            this.temp.summary=apires
          })
          .catch(action => { });

Vue--小知识整理

标签:can   this   自动   属性   confirm   The   gui   efs   conf   

原文地址:https://www.cnblogs.com/mailaidedt/p/12312999.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!