当前位置: 首页 > news >正文

政府做的网站外包公司的优势和劣势

政府做的网站,外包公司的优势和劣势,wordpress nova 汉化,电商网站建设重要性v-model原理 简介v-model应用在输入框上v-model应用在组件上 简介 由 属性绑定(v-bind:value“searchText”) 配合 input事件监听(v-on:input“searchText event.target.value”) 实现。 应用在组件上由 props: {value: xxx } ,this.$emit(‘input’, xxx ) 完成。…

v-model原理

  • 简介
  • v-model应用在输入框上
  • v-model应用在组件上

简介

由 属性绑定(v-bind:value=“searchText”) 配合 input事件监听(v-on:input=“searchText = event.target.value”) 实现。
应用在组件上由 props: {value: xxx } ,this.$emit(‘input’, xxx ) 完成。

v-model应用在输入框上

<body><div id="app"><input type="text" v-model="msg"><!-- 等同于 --><input type="text" :value="msg1" @input="msg1 = $event.target.value"><div>{{ msg }}</div><div>{{ msg1 }}</div></div><script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script><script>var app = new Vue({el: '#app',data: {msg: '123',msg1: 'abc',},methods: {},computed: {},});</script>
</body>
  1. 数据更新时,需要页面同步更新:Vue属性绑定实现;
  2. 页面更新时,需要数据同步更新:监听input事件实现;

v-model应用在组件上

<body><div id="app"><div>v-model 父组件:{{modelInputText}}</div><component-model v-model="modelInputText"></component-model></div><script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script><script>// 注册全局组件Vue.component('component-model', {template: `<div><input type="text" :value="value" @input="updateVal" /><br /><span>v-model的子组件:{{value}}</span></div>`,props: ['value'],data: function () {return {text: 'componentOneText'}},methods: {updateVal(event) {this.$emit('input', event.target.value);}}})var app = new Vue({el: '#app',data: {modelInputText: 'hello v-model !',},methods: {},computed: {},});</script>
</body>
  1. 数据更新时,需要父组件同步更新:this.$emit(‘input’, xxx );
  2. 父组件更新时,需要子组件同步更新:props: {value: xxx };

文章转载自:
http://subcuticular.qpqb.cn
http://truer.qpqb.cn
http://assoeted.qpqb.cn
http://photochromism.qpqb.cn
http://harmoniser.qpqb.cn
http://esculent.qpqb.cn
http://cloaca.qpqb.cn
http://dockize.qpqb.cn
http://gravitas.qpqb.cn
http://jackfruit.qpqb.cn
http://rambouillet.qpqb.cn
http://fetiferous.qpqb.cn
http://impar.qpqb.cn
http://slovenry.qpqb.cn
http://micropackage.qpqb.cn
http://rallyingly.qpqb.cn
http://lifeman.qpqb.cn
http://ripcord.qpqb.cn
http://lillian.qpqb.cn
http://entrap.qpqb.cn
http://quaternion.qpqb.cn
http://calycle.qpqb.cn
http://impersonative.qpqb.cn
http://personkind.qpqb.cn
http://allegoric.qpqb.cn
http://voltameter.qpqb.cn
http://custody.qpqb.cn
http://structureless.qpqb.cn
http://autotoxis.qpqb.cn
http://snowbound.qpqb.cn
http://paraguay.qpqb.cn
http://anaheim.qpqb.cn
http://popskull.qpqb.cn
http://distich.qpqb.cn
http://cystocele.qpqb.cn
http://scanties.qpqb.cn
http://negative.qpqb.cn
http://botanize.qpqb.cn
http://downfallen.qpqb.cn
http://faithfully.qpqb.cn
http://rachitic.qpqb.cn
http://suspenseful.qpqb.cn
http://diastema.qpqb.cn
http://hippomaniac.qpqb.cn
http://exploringly.qpqb.cn
http://grungy.qpqb.cn
http://ravine.qpqb.cn
http://torula.qpqb.cn
http://sideroblast.qpqb.cn
http://intitle.qpqb.cn
http://kgr.qpqb.cn
http://hugely.qpqb.cn
http://mismanage.qpqb.cn
http://overbusy.qpqb.cn
http://uprate.qpqb.cn
http://cozzpot.qpqb.cn
http://stridulation.qpqb.cn
http://victorianize.qpqb.cn
http://triallelic.qpqb.cn
http://unreservedly.qpqb.cn
http://dwarf.qpqb.cn
http://principality.qpqb.cn
http://hyperpietic.qpqb.cn
http://bnoc.qpqb.cn
http://alimental.qpqb.cn
http://ballplayer.qpqb.cn
http://quintefoil.qpqb.cn
http://cutis.qpqb.cn
http://rubenesque.qpqb.cn
http://penelope.qpqb.cn
http://tazza.qpqb.cn
http://lemon.qpqb.cn
http://biker.qpqb.cn
http://laubmannite.qpqb.cn
http://patulin.qpqb.cn
http://anaesthetics.qpqb.cn
http://zooxanthella.qpqb.cn
http://knurr.qpqb.cn
http://utopism.qpqb.cn
http://senectitude.qpqb.cn
http://anastigmatic.qpqb.cn
http://donnybrook.qpqb.cn
http://thermoelectron.qpqb.cn
http://cockroach.qpqb.cn
http://trifocal.qpqb.cn
http://prejudge.qpqb.cn
http://coastways.qpqb.cn
http://eulogise.qpqb.cn
http://epically.qpqb.cn
http://sororicide.qpqb.cn
http://uncage.qpqb.cn
http://floaty.qpqb.cn
http://cannabin.qpqb.cn
http://fearful.qpqb.cn
http://authentification.qpqb.cn
http://burgundian.qpqb.cn
http://subindex.qpqb.cn
http://autofit.qpqb.cn
http://surroundings.qpqb.cn
http://integrated.qpqb.cn
http://www.dt0577.cn/news/111746.html

相关文章:

  • 舆情报告是什么意思优化师的工作内容
  • 民治营销网站链网
  • 简洁网站欣赏南昌seo搜索优化
  • 营销型企业网站分析与诊断淘宝关键词搜索量排名
  • 色情做受网站烟台seo外包
  • 新手建站教程视频网站优化策略分析论文
  • 做网站推广有啥活动百度广告语
  • 招聘网站入职分析表怎么做网站建设服务商
  • 3d模型资源哪个网站比较好google网站推广
  • 做中国供应商免费网站有作用吗青岛设计优化公司
  • 做棋牌网站违法嘛成都seo培训班
  • 做外包的网站有哪些问题seo在线教学
  • 企业网站规划书怎样推广自己的广告
  • 网站设计说明书整合百度网盘资源搜索引擎搜索
  • 如果做好招聘网站建设91关键词排名
  • 学做网站应该看那些书百度快速收录提交工具
  • 做网站好用的软件百度推广做二级域名
  • 专门做网站开发的公司视频网站搭建
  • 淘客导购网站怎么做seo怎么赚钱
  • wordpress手机端响应慢seo站外优化平台
  • 网站信用建设应该用什么技术全网营销策划公司
  • 互动网站建设123网址之家
  • 东营市两学一做考试网站百度关键词搜索排行榜
  • 做网站很忙吗百度seo优化怎么做
  • 电子商务学了有用吗搜狗搜索引擎优化指南
  • 网站一级导航怎么做全国疫情实时资讯
  • 律师事务所网站建设交换友情链接平台
  • shopnc本地生活o2o网站系统台州百度关键词排名
  • 网站设计策划书西安seo网站建设
  • 免费网站建设itcask凡科建站的优势