摘要: 先弄懂下面概念 变量 --引用--对象--(可变对象,不可变对象)-切片-拷贝(浅拷贝,深拷贝) 变量是一个系统表的元素,拥有指向对象的链接的空间 对象是被分配的一块内存,存储其所代表的值 引用是自动形成的从变量到对象的指针 在python中不可变对象知:一旦创建就不可修改对象,包括字符创,元组,数 阅读全文
posted @ 2019-02-18 19:50 alexbiu 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Vue中的动画封装 hello world hello world toggle 阅读全文
posted @ 2018-11-26 16:59 alexbiu 阅读(229) 评论(0) 推荐(0) 编辑
摘要: Vue中的列表过渡 {{item.title}} Add 阅读全文
posted @ 2018-11-26 16:39 alexbiu 阅读(416) 评论(0) 推荐(0) 编辑
摘要: Vue中多个元素或组件的过渡 --> --> hello world <!–key的创建,避免DOM标签的复用–>--> Bye World--> toggle 阅读全文
posted @ 2018-11-26 15:47 alexbiu 阅读(583) 评论(0) 推荐(0) 编辑
摘要: Vue中的Js动画与Velocity.js的结合 hello world toggle Vue中的Js动画与Velocity.js的结合 hello world toggle 阅读全文
posted @ 2018-11-26 15:21 alexbiu 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 在Vue中同时使用过渡和动画 hello world toggle 阅读全文
posted @ 2018-11-26 14:43 alexbiu 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 在Vue中使用 animate.css 库 hello world toggle 阅读全文
posted @ 2018-11-26 14:10 alexbiu 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Vue中CSS动画原理 hello world 切换 阅读全文
posted @ 2018-11-26 13:34 alexbiu 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 动态组件与 v-once 指令 --> change 阅读全文
posted @ 2018-11-23 11:15 alexbiu 阅读(160) 评论(0) 推荐(0) 编辑
摘要: Vue中的作用域插槽 {{props.item}}--hello 阅读全文
posted @ 2018-11-23 10:30 alexbiu 阅读(646) 评论(0) 推荐(0) 编辑