摘要: 阅读全文
posted @ 2020-03-17 21:44 一只小菜鸟呀! 阅读(951) 评论(0) 推荐(0) 编辑
摘要: <button type="button" ng-click="doSomeSth();$event.stopPropagation();">button</button> 该方式适应于click事件,若想要在自定义指令中阻止事件冒泡,可采用标志位的方法: 阅读全文
posted @ 2020-03-17 21:39 一只小菜鸟呀! 阅读(422) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2020-03-17 21:13 一只小菜鸟呀! 阅读(836) 评论(0) 推荐(0) 编辑
摘要: 传参方式一: this.$route.query.id <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial- 阅读全文
posted @ 2020-03-17 09:14 一只小菜鸟呀! 阅读(702) 评论(0) 推荐(0) 编辑