打赏
摘要: 1、使用vue cli建立工程 2、在APP.vue中: 3、效果: 4、结论 sync的作用是:当一个子组件改变了一个 prop 的值时,这个变化也会同步到父组件中所绑定。 阅读全文
posted @ 2018-05-15 20:03 孟繁贵 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 1、示例 <el-icon icon="Setting" size="sm" @click.native="ceshi"></el-icon> 2、结论 native就是把组件变回原生DOM的一种方式,这样组件就有click等事件了。 是自定义的组件(不是原生dom)!没有focus等原生事件。 < 阅读全文
posted @ 2018-05-15 19:08 孟繁贵 阅读(239) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-e 阅读全文
posted @ 2018-05-15 18:31 孟繁贵 阅读(210) 评论(0) 推荐(0) 编辑
摘要: vue 避免渲染闪烁 {{ message }} 阅读全文
posted @ 2018-05-15 17:34 孟繁贵 阅读(1230) 评论(0) 推荐(0) 编辑
TOP