前端壹贰叁

希望成为一个熟悉设计、前端、后端的伪全栈开发

2019年6月16日 #

vue-learning:41 - Vuex - 第二篇:const store = new Vue.Store(option)中option选项、store实例对象的属性和方法

摘要: const store = new Vue.Store(option)中option选项、store实例对象的属性和方法 阅读全文

posted @ 2019-06-16 13:38 前端壹贰叁 阅读(2701) 评论(0) 推荐(0) 编辑

vue-learning:40 - Vuex - 第一篇:概念和基本使用

摘要: Vuex - 第一篇:概念和基本使用 阅读全文

posted @ 2019-06-16 13:35 前端壹贰叁 阅读(149) 评论(0) 推荐(0) 编辑

vue-learning:39 - router - vue-router的基本使用

摘要: vue-router的基本使用 阅读全文

posted @ 2019-06-16 13:23 前端壹贰叁 阅读(268) 评论(0) 推荐(0) 编辑

vue-learning:38 - router - 前端路由的发展

摘要: 前端路由的发展 阅读全文

posted @ 2019-06-16 13:21 前端壹贰叁 阅读(166) 评论(0) 推荐(0) 编辑

vue-learning:37 - router - 目录

摘要: Vue Router 阅读全文

posted @ 2019-06-16 13:18 前端壹贰叁 阅读(199) 评论(0) 推荐(0) 编辑

vue-learning:34 - component - provide 和 inject

摘要: provide 和 inject 阅读全文

posted @ 2019-06-16 13:17 前端壹贰叁 阅读(123) 评论(0) 推荐(0) 编辑

vue-learning:34 - component - 内置组件 - 动态组件component 和 is属性

摘要: 动态组件component 和 is属性 阅读全文

posted @ 2019-06-16 13:16 前端壹贰叁 阅读(598) 评论(0) 推荐(0) 编辑

vue-learning:34 - component - 内置组件 - 缓存组件keep-alive

摘要: vue内置缓存组件keep-alive 阅读全文

posted @ 2019-06-16 13:14 前端壹贰叁 阅读(335) 评论(0) 推荐(0) 编辑

vue-learning:33 - component - 内置组件 - 过渡组件transition

摘要: vue内置过渡组件transition 阅读全文

posted @ 2019-06-16 13:13 前端壹贰叁 阅读(600) 评论(0) 推荐(0) 编辑

vue-learning:32 - component - 异步组件和工厂函数

摘要: 异步组件和工厂函数 阅读全文

posted @ 2019-06-16 13:12 前端壹贰叁 阅读(839) 评论(0) 推荐(0) 编辑

vue-learning:31 - component - 组件间通信的6种方法

摘要: 组件间通信的6种方法 阅读全文

posted @ 2019-06-16 13:11 前端壹贰叁 阅读(160) 评论(0) 推荐(0) 编辑

vue-learning:30 - component - 组件实例的引用方式

摘要: 组件实例的引用方式 扩展查找任意组件实例的方法 在vue开发的项目中,通常会以一棵嵌套的组件树的形式来组织项目。 都存在着一个根组件 组件同时也都是 Vue 实例,组件间可以嵌套使用,形成了树状的级联形式,也就形成了父子组件、兄弟组件、祖先或后代组件这些关系。 在实际开发中,有时需要获取某个组件实例 阅读全文

posted @ 2019-06-16 13:10 前端壹贰叁 阅读(363) 评论(0) 推荐(0) 编辑

vue-learning:29 - component - 组件三大API之三:slot

摘要: 组件三大API之三:slot 阅读全文

posted @ 2019-06-16 13:08 前端壹贰叁 阅读(415) 评论(0) 推荐(0) 编辑

vue-learning:28 - component - 组件事件的修饰符`.native / .sync`,以及组件属性`model`

摘要: 组件事件的修饰符`.native / .sync`,以及组件属性`model` 阅读全文

posted @ 2019-06-16 13:06 前端壹贰叁 阅读(254) 评论(0) 推荐(0) 编辑

vue-learning:27 - component - 组件三大API之二:event

摘要: 组件三大API之二:event 阅读全文

posted @ 2019-06-16 13:04 前端壹贰叁 阅读(294) 评论(0) 推荐(0) 编辑

vue-learning:26 - component - 组件三大API之一:prop

摘要: 组件三大API之一:prop 阅读全文

posted @ 2019-06-16 13:03 前端壹贰叁 阅读(479) 评论(0) 推荐(0) 编辑

vue-learning:25 - component - 概念-定义-注册-使用-命名

摘要: 组件component - 概念-定义-注册-使用-命名 阅读全文

posted @ 2019-06-16 13:00 前端壹贰叁 阅读(370) 评论(0) 推荐(0) 编辑

vue-learning:24 - component - 目录

摘要: vue component 组件模块目录 阅读全文

posted @ 2019-06-16 12:58 前端壹贰叁 阅读(218) 评论(0) 推荐(0) 编辑

导航