随笔分类 - Vue
Vue 和Element-UI
摘要:<div v-on:click.self="show2"> 这里是事件的测试 <p >点这里会触发事件<span style="color:red">这里不触发事件</span> </p></div> show2:function (event) { alert(event.currentTarge
阅读全文
摘要:https://blog.csdn.net/wangguoyu1996/article/details/80628135 作者原创 vue $router和$route的区别原创清风了了 发布于2018-06-08 21:19:01 阅读数 24652 收藏展开一、 router为VueRouter
阅读全文
摘要:<template> <div id="Tx2"> <p>{{msg}}</p> <el-button-group> <el-button type="primary" icon="el-icon-edit" :disabled="disabledEdit"></el-button> <el-but
阅读全文