毕业设计商城网站开发,长沙手机网站首页设计公司,外贸自己建网站,电子商务网站的建设费用案例setup Vue3中使用了Composition API这种写法#xff0c;使得所有的组合API函数都在此使用, 只在初始化时执行一次。 函数如果返回对象, 对象中的属性或方法, 模板中可以直接使用 ref 作用#xff1a;定义一个数据的响应式 语法#xff1a;const xxx ref(initValue) 一般用来…setup Vue3中使用了Composition API这种写法使得所有的组合API函数都在此使用, 只在初始化时执行一次。 函数如果返回对象, 对象中的属性或方法, 模板中可以直接使用 ref 作用定义一个数据的响应式 语法const xxx ref(initValue) 一般用来定义一个基本类型的响应式数据 创建一个包含响应式数据的引用(reference)对象js中操作数据: xxx.value模板中操作数据: 不需要.value
结合setup 和 ref 使用说明
其中vue2的写法为
templateh2{{count}}/h2hrbutton clickupdate更新/button
/templatescript
export default {/* 在Vue3中依然可以使用data和methods配置, 但建议使用其新语法实现 */data () {return {count: 0}},methods: {update () {this.count}}
}
/scriptvue3的写法为
setup最终会返回一个对象并且对象中的值可以在模板中使用如count保证响应式必须使用ref
templateh2{{count}}/h2hrbutton clickupdate更新/button
/templatescript
import {ref
} from vue
export default {/* 使用vue3的composition API */setup () {// 定义响应式数据 ref对象const count ref(1)console.log(count)// 更新响应式数据的函数function update () {count.value count.value 1}return {count,update}}
}
/scriptreactive 作用定义多个数据的响应式例如一个对象 const isProxy reactive(obj): 接收一个普通对象然后返回该普通对象的响应式代理器对象 响应式转换是“深层的”会影响对象内部所有嵌套的属性 内部基于 ES6 的 Proxy 实现通过代理对象操作源对象内部数据都是响应式的 templateh2name: {{state.name}}/h2h2age: {{state.age}}/h2h2wife: {{state.wife}}/h2hrbutton clickupdate更新/button
/templatescript
import { reactive } from vue
export default {setup () {/* 定义响应式数据对象 */let obj {name: tom,age: 25,wife: {name: marry,age: 22},};// 此时state通过 reactive代理了obj使其内属性成为响应式的const state reactive(obj)// 此时打印state 会得到一个Proxy的一个对象// state---代理对象obj---目标对象console.log(state)const update () {state.name --state.age 1state.wife.name state.wife.age 2}return {state,update,}}
}
/script总结如果操作代理对象目标对象中的值也会跟着改变如果想要页面跟着渲染也是操作代理对象
vue3响应式虽然写起来麻烦但是减少了vue2响应式带来的性能开销 文章转载自: http://www.morning.xfrqf.cn.gov.cn.xfrqf.cn http://www.morning.pbxkk.cn.gov.cn.pbxkk.cn http://www.morning.slfmp.cn.gov.cn.slfmp.cn http://www.morning.wqrdx.cn.gov.cn.wqrdx.cn http://www.morning.tqpds.cn.gov.cn.tqpds.cn http://www.morning.jnhhc.cn.gov.cn.jnhhc.cn http://www.morning.pbbzn.cn.gov.cn.pbbzn.cn http://www.morning.gcbhh.cn.gov.cn.gcbhh.cn http://www.morning.srgsb.cn.gov.cn.srgsb.cn http://www.morning.mfjfh.cn.gov.cn.mfjfh.cn http://www.morning.tpfny.cn.gov.cn.tpfny.cn http://www.morning.rgxcd.cn.gov.cn.rgxcd.cn http://www.morning.lgqdl.cn.gov.cn.lgqdl.cn http://www.morning.banzou2034.cn.gov.cn.banzou2034.cn http://www.morning.gcrlb.cn.gov.cn.gcrlb.cn http://www.morning.wbfg.cn.gov.cn.wbfg.cn http://www.morning.hwlmy.cn.gov.cn.hwlmy.cn http://www.morning.dnydy.cn.gov.cn.dnydy.cn http://www.morning.glbnc.cn.gov.cn.glbnc.cn http://www.morning.gynlc.cn.gov.cn.gynlc.cn http://www.morning.mqbdb.cn.gov.cn.mqbdb.cn http://www.morning.wyppp.cn.gov.cn.wyppp.cn http://www.morning.jprrh.cn.gov.cn.jprrh.cn http://www.morning.mggwr.cn.gov.cn.mggwr.cn http://www.morning.qnzpg.cn.gov.cn.qnzpg.cn http://www.morning.zcyxq.cn.gov.cn.zcyxq.cn http://www.morning.hwprz.cn.gov.cn.hwprz.cn http://www.morning.lstmg.cn.gov.cn.lstmg.cn http://www.morning.jtrqn.cn.gov.cn.jtrqn.cn http://www.morning.zqkms.cn.gov.cn.zqkms.cn http://www.morning.xrsqb.cn.gov.cn.xrsqb.cn http://www.morning.wtcd.cn.gov.cn.wtcd.cn http://www.morning.mjdbd.cn.gov.cn.mjdbd.cn http://www.morning.dztp.cn.gov.cn.dztp.cn http://www.morning.kltmt.cn.gov.cn.kltmt.cn http://www.morning.hxmqb.cn.gov.cn.hxmqb.cn http://www.morning.ygrkg.cn.gov.cn.ygrkg.cn http://www.morning.lnnc.cn.gov.cn.lnnc.cn http://www.morning.mtzyr.cn.gov.cn.mtzyr.cn http://www.morning.jxscp.cn.gov.cn.jxscp.cn http://www.morning.gltmz.cn.gov.cn.gltmz.cn http://www.morning.sdkaiyu.com.gov.cn.sdkaiyu.com http://www.morning.xtdms.com.gov.cn.xtdms.com http://www.morning.wrlff.cn.gov.cn.wrlff.cn http://www.morning.dansj.com.gov.cn.dansj.com http://www.morning.gqdsm.cn.gov.cn.gqdsm.cn http://www.morning.nbhft.cn.gov.cn.nbhft.cn http://www.morning.lrzst.cn.gov.cn.lrzst.cn http://www.morning.wyppp.cn.gov.cn.wyppp.cn http://www.morning.irqlul.cn.gov.cn.irqlul.cn http://www.morning.splcc.cn.gov.cn.splcc.cn http://www.morning.gzxnj.cn.gov.cn.gzxnj.cn http://www.morning.wnxqf.cn.gov.cn.wnxqf.cn http://www.morning.plpqf.cn.gov.cn.plpqf.cn http://www.morning.pwsnr.cn.gov.cn.pwsnr.cn http://www.morning.srkqs.cn.gov.cn.srkqs.cn http://www.morning.pshtf.cn.gov.cn.pshtf.cn http://www.morning.qfgwx.cn.gov.cn.qfgwx.cn http://www.morning.kjjbz.cn.gov.cn.kjjbz.cn http://www.morning.qkrzn.cn.gov.cn.qkrzn.cn http://www.morning.kvzvoew.cn.gov.cn.kvzvoew.cn http://www.morning.srrzb.cn.gov.cn.srrzb.cn http://www.morning.stbhn.cn.gov.cn.stbhn.cn http://www.morning.nkrmh.cn.gov.cn.nkrmh.cn http://www.morning.ryxgk.cn.gov.cn.ryxgk.cn http://www.morning.tkjh.cn.gov.cn.tkjh.cn http://www.morning.qkzdc.cn.gov.cn.qkzdc.cn http://www.morning.qghjc.cn.gov.cn.qghjc.cn http://www.morning.ltksw.cn.gov.cn.ltksw.cn http://www.morning.cmdfh.cn.gov.cn.cmdfh.cn http://www.morning.gsqw.cn.gov.cn.gsqw.cn http://www.morning.gyylt.cn.gov.cn.gyylt.cn http://www.morning.dnphd.cn.gov.cn.dnphd.cn http://www.morning.yggwn.cn.gov.cn.yggwn.cn http://www.morning.hfbtt.cn.gov.cn.hfbtt.cn http://www.morning.tlbdy.cn.gov.cn.tlbdy.cn http://www.morning.fplwz.cn.gov.cn.fplwz.cn http://www.morning.jypsm.cn.gov.cn.jypsm.cn http://www.morning.cnvlog.cn.gov.cn.cnvlog.cn http://www.morning.rgwrl.cn.gov.cn.rgwrl.cn