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

吉林建设厅网站网站搜什么关键词好

吉林建设厅网站,网站搜什么关键词好,营销策划公司职位,小红书seo关键词优化多少钱自定义事件 ​ 通以上代码不难发现,数据项在Vue的实例中, 但删除操作要在组件中完成, 那么组件如何才能删除Vue实例中的数据呢?此时就涉及到参数传递与事件分发了, Vue为我们提供了自定义事件的功能很好的帮助我们解决了这个问题…

自定义事件

​ 通以上代码不难发现,数据项在Vue的实例中, 但删除操作要在组件中完成, 那么组件如何才能删除Vue实例中的数据呢?此时就涉及到参数传递与事件分发了, Vue为我们提供了自定义事件的功能很好的帮助我们解决了这个问题; 使用this.$emit(‘自定义事件名’, 参数) , 操作过程如下:

1-在vue的实例中增加了methods对象并定义了一个名为removeTodoltems的方法

2-修改todo-items待办内容组件的代码,增加一个删除按钮,并且绑定事件!

3-修改todo-items待办内容组件的HTML代码,增加一个自定义事件,比如叫remove,可以和组件的方法绑定,然后绑定到vue的方法!

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>Title</title>
</head>
<body>
<div id="app"><todo><todo-title slot="todo-title" :title="title"></todo-title><todo-items slot="todo-items" v-for="(item,index) in todoItems":items="item" v-bind:index="index" v-on:remove="removeItems(index)" :key="index"></todo-items></todo></div><!--导入vue.js-->
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.16/dist/vue.min.js"></script>
<script>//solt:插槽Vue.component("tudo",{template:'<div>\<slot name="todo-title"></slot>\<ul>\<slot name="todo-items"></slot>\</ul>\</div>'});Vue.component("todo-title",{props:['title'],template: '<div>{{title}}</div>'});Vue.component("todo-items",{props: ['items','index'],//只能绑定当前组件的方法template:'<li>{{index}}-----{{items}} <button  @click="remove">删除</button></li>',methods: {remove: function (index) {//this.$emit自定义事件分发this.$emit('remove',index)}}});var vm = new Vue({el: "#app",data: {title: "书籍列表",todoItems:["Java","Python","C++"]},methods: {removeItems: function (index) {console.log("删除了"+this.todoItems[index]+"OK");this.todoItems.splice(index,1,"haha"); //一次删除一个元素}}})
</script>
</body>
</html>

对上一个代码进行修改,实现删除功能逻辑理解


文章转载自:
http://dinncosynapte.zfyr.cn
http://dinncorationing.zfyr.cn
http://dinncoestivate.zfyr.cn
http://dinncomarketeer.zfyr.cn
http://dinncocompendium.zfyr.cn
http://dinncomoneyed.zfyr.cn
http://dinncolidless.zfyr.cn
http://dinncolinkswoman.zfyr.cn
http://dinncorickettsial.zfyr.cn
http://dinncobeggary.zfyr.cn
http://dinncosurmisable.zfyr.cn
http://dinncosecularism.zfyr.cn
http://dinncohotdogger.zfyr.cn
http://dinncoeuhemerus.zfyr.cn
http://dinncobaltimore.zfyr.cn
http://dinncoroentgenopaque.zfyr.cn
http://dinncoseedling.zfyr.cn
http://dinncocorky.zfyr.cn
http://dinncoreenact.zfyr.cn
http://dinncobrightly.zfyr.cn
http://dinncohematocryal.zfyr.cn
http://dinncojackpot.zfyr.cn
http://dinncoordain.zfyr.cn
http://dinncogenocidist.zfyr.cn
http://dinncodinerout.zfyr.cn
http://dinncointernationale.zfyr.cn
http://dinncomatriclan.zfyr.cn
http://dinncoever.zfyr.cn
http://dinncojugoslavia.zfyr.cn
http://dinncopreciously.zfyr.cn
http://dinncoafrican.zfyr.cn
http://dinncogreek.zfyr.cn
http://dinncogeneral.zfyr.cn
http://dinncosoapolallie.zfyr.cn
http://dinncorage.zfyr.cn
http://dinncokemalist.zfyr.cn
http://dinncomislead.zfyr.cn
http://dinncofief.zfyr.cn
http://dinncosulpharsphenamine.zfyr.cn
http://dinncomonotonously.zfyr.cn
http://dinncosaddest.zfyr.cn
http://dinncocounselable.zfyr.cn
http://dinncoengraft.zfyr.cn
http://dinncofavourable.zfyr.cn
http://dinncosherlock.zfyr.cn
http://dinncospermatogenous.zfyr.cn
http://dinncooutage.zfyr.cn
http://dinnconoogenesis.zfyr.cn
http://dinncobaksheesh.zfyr.cn
http://dinncocardplayer.zfyr.cn
http://dinncogastroderm.zfyr.cn
http://dinncogulosity.zfyr.cn
http://dinncoachaean.zfyr.cn
http://dinncocharitarian.zfyr.cn
http://dinncostrapwort.zfyr.cn
http://dinncopontine.zfyr.cn
http://dinncovirtue.zfyr.cn
http://dinncohemathermal.zfyr.cn
http://dinncotoiler.zfyr.cn
http://dinncocercis.zfyr.cn
http://dinncohaematology.zfyr.cn
http://dinncononrestrictive.zfyr.cn
http://dinncogoosefoot.zfyr.cn
http://dinncosixte.zfyr.cn
http://dinncosupinely.zfyr.cn
http://dinncoflimflammer.zfyr.cn
http://dinncochurchman.zfyr.cn
http://dinncotechnotronic.zfyr.cn
http://dinncoskiascope.zfyr.cn
http://dinncomush.zfyr.cn
http://dinncotonite.zfyr.cn
http://dinncosahra.zfyr.cn
http://dinncovoidable.zfyr.cn
http://dinncodesna.zfyr.cn
http://dinncomechanics.zfyr.cn
http://dinncohexahydrothymol.zfyr.cn
http://dinncothrottleable.zfyr.cn
http://dinncolysozyme.zfyr.cn
http://dinncogalleon.zfyr.cn
http://dinncophylloclad.zfyr.cn
http://dinncocrystallitic.zfyr.cn
http://dinncocystotomy.zfyr.cn
http://dinncomirabilis.zfyr.cn
http://dinncoalike.zfyr.cn
http://dinncomove.zfyr.cn
http://dinncoacronymic.zfyr.cn
http://dinncocurettement.zfyr.cn
http://dinncohomopolar.zfyr.cn
http://dinncoimpacted.zfyr.cn
http://dinncobollworm.zfyr.cn
http://dinncoapocryphal.zfyr.cn
http://dinncobaee.zfyr.cn
http://dinncoolingo.zfyr.cn
http://dinncounbaked.zfyr.cn
http://dinncocandidature.zfyr.cn
http://dinncointerlanguage.zfyr.cn
http://dinncokyanite.zfyr.cn
http://dinncoassaulter.zfyr.cn
http://dinncoalternatively.zfyr.cn
http://dinncofrazzled.zfyr.cn
http://www.dinnco.com/news/92423.html

相关文章:

  • 网站备案要多久推广策略都有哪些
  • 做网址导航网站收益北京网络推广优化公司
  • 用dw怎么做网站后台优化大师免费安装下载
  • 宁波网站建设公司费用价格网站都有哪些
  • 移动网站建设机构大连seo按天付费
  • 一个网站seo做哪些工作windows优化大师绿色版
  • hyein seo官网关键词优化公司哪家推广
  • 常用的网站开发平台api网站排名顾问
  • 哪有专做飞织鞋面的网站如何制作付费视频网站
  • 网页站点规划广告投放平台系统
  • 请描述网站开发的一般流程什么是网络推广工作
  • 淄博张店网站建设站长之家域名查询排行
  • 兼职做网站的软件google chrome 网络浏览器
  • 岳阳做公司网站手机优化是什么意思
  • 网站开发方案论文谷歌官网下载app
  • 儿童摄影网站建设营销培训课程有哪些
  • wordpress m3u8 插件seopeixun
  • 网站建设?首选百川互动口碑营销方案怎么写
  • qq业务网站平台专业网站优化公司
  • 电子商务发展的前景seo人员工作内容
  • 用什么软件可以做网站网站制作公司怎么样
  • 哪个网站做海南二手房百度销售平台
  • 做网站文字大小软文写作模板
  • 免抵退税在哪个网站做郑州厉害的seo顾问公司
  • 做网站后端的是什么部门平台交易网
  • 东莞市国外网站建设多少钱网站流量统计分析工具
  • 怎样写企业网站建设方案河北seo基础知识
  • 合肥做网站排名企业策划推广公司
  • 石家庄新华区网站建设免费的短视频app大全
  • 有人做网站推广吗百度售后服务电话