随笔分类 -  vue

摘要:一、函数的识别: 1、router.beforeEach:主函数、高阶函数、入口函数; 2、匿名参量函数:处理跳转过程中的附加逻辑 (to, from, next) => { if (to.matched.some(record => record.meta.requiresAuth)) { // 阅读全文
posted @ 2019-06-13 14:48 zzfx 阅读(833) 评论(0) 推荐(0) 编辑
摘要:基于js语言的UI(组件)管理库 +数据+交互+组织 相当于iOS的uikit(UIView) 阅读全文
posted @ 2019-05-22 14:51 zzfx 阅读(462) 评论(0) 推荐(0) 编辑