After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:data binding
1.单向绑定(v-bind) 2.双向绑定(v-model)
2023-02-160个赞
Courses in the relevant section:$nextTick
nextTick(),是将回调函数延迟在下一次dom更新数据后调用,简单的理解是:当数据更新了,在dom中渲染后,自动执行该函数,
2023-03-310个赞
Courses in the relevant section:Configure proxy_Method 1
安装axios:npm i axios
2023-03-300个赞
Courses in the relevant section:named slot
1.template 只能配合v-slot使用
2023-03-310个赞
Courses in the relevant section:Build Vuex environment
安装vuex:npm i vuex
2023-03-310个赞
Courses in the relevant section:Summing case_vuex version
store{ actions, mutations, state }
2023-03-310个赞
Courses in the relevant section:mapState and mapGetters
mapState,mapGetters
2023-04-040个赞
Courses in the relevant section:mapActions and mapMutations
mapActions({}) mapMutations({})
2023-04-040个赞
Courses in the relevant section:Basic usage of routing
安装路由:npm i vue-router
2023-04-050个赞
Courses in the relevant section:Route query parameters
2023-04-060个赞
Courses in the relevant section:Route params parameters
使用params传参数,配置项不能用path,只能用name
2023-04-060个赞
Courses in the relevant section:cache routing component
News是组件的名字,在组件中必须配置name:“News”
2023-04-060个赞
Courses in the relevant section:Two new lifecycle hooks
路由生命钩子: 组件激活(activated) 组件失活(deactivated)
2023-04-060个赞
Courses in the relevant section:line box model
1.常见的行盒:span,em,i,img,strong,audio,video 2.行块盒:具有行盒和块盒的属性
2022-07-020个赞