上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: slot 的用法 本博客中,子组件是son.vue ,父组件是father.vue demo1: 不使用slot(插槽),父组件只会显示子组件的内容 // 子组件 <template> <div class="about">我是子组件about</div> </template> <script> 阅读全文
posted @ 2020-12-05 22:13 Kobe_bk 阅读(318) 评论(0) 推荐(0) 编辑
摘要: js闭包: 阅读全文
posted @ 2020-12-05 20:54 Kobe_bk 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 多边形着色: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></ 阅读全文
posted @ 2020-11-28 13:05 Kobe_bk 阅读(282) 评论(0) 推荐(0) 编辑
摘要: canvas 画线: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <titl 阅读全文
posted @ 2020-11-28 12:58 Kobe_bk 阅读(117) 评论(0) 推荐(0) 编辑
摘要: canvas初体验: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <titl 阅读全文
posted @ 2020-11-28 12:54 Kobe_bk 阅读(89) 评论(0) 推荐(0) 编辑
摘要: canvas API中文文档:https://www.canvasapi.cn/HTMLCanvasElement/ 阅读全文
posted @ 2020-11-26 11:46 Kobe_bk 阅读(93) 评论(0) 推荐(0) 编辑
摘要: json:https://www.bejson.com/explore/index_new 阅读全文
posted @ 2020-11-11 16:16 Kobe_bk 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 兼容IE浏览器: 所谓的兼容 IE 浏览器 并不是 兼容所有的IE浏览器,因为跟IE版本有关系 有一点需要特别注意:对于 IE8及其以下版本(5、7、8),Vue脚手架搭建的额项目 无法实现兼容(就是不支持,没什么办法可以实现 兼容,这一点Vue官网有提到,如有疑问请向Vue的作者 尤雨溪 反馈 ) 阅读全文
posted @ 2020-11-11 15:04 Kobe_bk 阅读(414) 评论(0) 推荐(0) 编辑
摘要: vue3.0 官方文档:https://v3.vuejs.org/guide/installation.html#release-notes 阅读全文
posted @ 2020-11-11 10:00 Kobe_bk 阅读(157) 评论(0) 推荐(0) 编辑
摘要: webpack 打包去掉控制台的console.log() 阅读全文
posted @ 2020-11-09 14:06 Kobe_bk 阅读(252) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页