摘要: CMD规范:https://github.com/seajs/seajs/issues/242 AMD规范:https://github.com/amdjs/amdjs-api/wiki/AMD AMD 是 RequireJS 在推广过程中对模块定义的规范化产出。CMD 是 SeaJS 在推广过程中 阅读全文
posted @ 2017-02-08 13:45 米修^~^ 阅读(140) 评论(0) 推荐(0) 编辑
摘要: https://home.cnblogs.com/ 阅读全文
posted @ 2017-02-08 13:45 米修^~^ 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 数组过滤器 Vue有两个内置的过滤器来过滤或者排序数据,分别是: filterBy 和 orderBy 。 filterBy 语法: 返回原数组过滤后的结果。 searchKey 参数是当前 ViewModel 的一个属性名,这个属性的值会被用作查找的目标。 in 关键字指定具体要在哪个属性中进行查 阅读全文
posted @ 2017-02-08 09:15 米修^~^ 阅读(6822) 评论(0) 推荐(0) 编辑
摘要: //根据input输入内容,筛选li中符合条件的信息;filterBy为内置筛选器。 阅读全文
posted @ 2017-02-08 09:14 米修^~^ 阅读(562) 评论(0) 推荐(0) 编辑