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

做门户网站最重要的是什么意思推广普通话手抄报内容大全

做门户网站最重要的是什么意思,推广普通话手抄报内容大全,公司网站开发费用大概多少,wam和wordpress1、ref可以定义一个简单的属性,也可以是一个复杂的列表、数组等等。 2、为什么要使用 ref?简单的let个变量不行吗?const个变量不行吗? 其实这个跟vue的响应式的系统有关,官方的说明如下: 3、为 ref() 标注…

1、ref可以定义一个简单的属性,也可以是一个复杂的列表、数组等等。

2、为什么要使用 ref?简单的let个变量不行吗?const个变量不行吗?

      其实这个跟vue的响应式的系统有关,官方的说明如下:

3、为 ref() 标注类型

一般我们直接赋string的时候,会自动推导出是string,但是我们在开发的过程中会经常遇到,可能要赋个日期型的,比如 dayjs,然后我们传到服务器的时候,是一个string类型,这样我们就要指导类型,让系统知道我们的编写是正确的。

4、深层响应性

5、@click

绑定到一个方法/函数。 这个 @click 语法是 v-on:click 的简写。也就是可以直接@click="func名",也可以v-on:click="func名"。

6、简单的官方事例:

https://cn.vuejs.org/examples/#handling-input

<!--
这个示例展示了如何通过 v-on 指令处理用户输入。
--><script setup>
import { ref } from 'vue'const message = ref('Hello World!')function reverseMessage() {// 通过其 .value 属性// 访问/修改一个 ref 的值。message.value = message.value.split('').reverse().join('')
}function notify() {alert('navigation was prevented.')
}
</script><template><!--注意我们不需要在模板中写 .value,因为在模板中 ref 会自动“解包”。--><h1>{{ message }}</h1><!--绑定到一个方法/函数。这个 @click 语法是 v-on:click 的简写。--><button @click="reverseMessage">Reverse Message</button><!-- 也可以写成一个内联表达式语句 --><button @click="message += '!'">Append "!"</button><!--Vue 也为一些像 e.preventDefault() 和 e.stopPropagation()这样的常见任务提供了修饰符。--><a href="https://vuejs.org" @click.prevent="notify">A link with e.preventDefault()</a>
</template><style>
button, a {display: block;margin-bottom: 1em;
}
</style>

7、运行结果:

8、总结

ref可以定义类型,也可以不指定通过类型推导出来,ref是响应式的,也就是说你修改了,会自动去更新UI,而普通的变量不会,ref在template中引用的时候,不需要.vaue,会自动解包。

在script中引用的时候,一定要加上.value或者unref(变量),否则是要报错的。


文章转载自:
http://enrapt.xxhc.cn
http://overbuild.xxhc.cn
http://rhyparographist.xxhc.cn
http://semifabricated.xxhc.cn
http://superincumbent.xxhc.cn
http://epenthesis.xxhc.cn
http://deflagrate.xxhc.cn
http://christcrossrow.xxhc.cn
http://sunghua.xxhc.cn
http://coastland.xxhc.cn
http://expressively.xxhc.cn
http://deoxygenize.xxhc.cn
http://flathead.xxhc.cn
http://buteshire.xxhc.cn
http://hairpiece.xxhc.cn
http://analogical.xxhc.cn
http://blurry.xxhc.cn
http://definiendum.xxhc.cn
http://interprovincial.xxhc.cn
http://vehement.xxhc.cn
http://intermarry.xxhc.cn
http://cabaletta.xxhc.cn
http://abbot.xxhc.cn
http://dynamicfocus.xxhc.cn
http://apogeotropism.xxhc.cn
http://spinelle.xxhc.cn
http://fragmentize.xxhc.cn
http://whose.xxhc.cn
http://cavefish.xxhc.cn
http://surculi.xxhc.cn
http://saturn.xxhc.cn
http://connubiality.xxhc.cn
http://photolitho.xxhc.cn
http://periodize.xxhc.cn
http://fibula.xxhc.cn
http://retell.xxhc.cn
http://granular.xxhc.cn
http://dentiform.xxhc.cn
http://patricentric.xxhc.cn
http://porosity.xxhc.cn
http://marsupialization.xxhc.cn
http://toastmaster.xxhc.cn
http://autnumber.xxhc.cn
http://ismaelian.xxhc.cn
http://kuwaiti.xxhc.cn
http://cbx.xxhc.cn
http://isaiah.xxhc.cn
http://laterization.xxhc.cn
http://privy.xxhc.cn
http://lever.xxhc.cn
http://gustation.xxhc.cn
http://unanimously.xxhc.cn
http://wageworker.xxhc.cn
http://absurdity.xxhc.cn
http://unyieldingly.xxhc.cn
http://tannic.xxhc.cn
http://djailolo.xxhc.cn
http://hexangular.xxhc.cn
http://upblown.xxhc.cn
http://thromboembolus.xxhc.cn
http://aerator.xxhc.cn
http://dos.xxhc.cn
http://redevelopment.xxhc.cn
http://atrocity.xxhc.cn
http://handwringer.xxhc.cn
http://rebound.xxhc.cn
http://mesenchymal.xxhc.cn
http://trf.xxhc.cn
http://unquestionably.xxhc.cn
http://proficient.xxhc.cn
http://pelletron.xxhc.cn
http://weariful.xxhc.cn
http://spectrofluorometer.xxhc.cn
http://donau.xxhc.cn
http://notwithstanding.xxhc.cn
http://photogrammetric.xxhc.cn
http://dybbuk.xxhc.cn
http://lectorate.xxhc.cn
http://diu.xxhc.cn
http://imputability.xxhc.cn
http://diagnostication.xxhc.cn
http://asynapsis.xxhc.cn
http://solarism.xxhc.cn
http://maisie.xxhc.cn
http://pheasantry.xxhc.cn
http://visualisation.xxhc.cn
http://slenderly.xxhc.cn
http://gauffer.xxhc.cn
http://risetime.xxhc.cn
http://selectron.xxhc.cn
http://wareroom.xxhc.cn
http://roguish.xxhc.cn
http://vdt.xxhc.cn
http://cyrillic.xxhc.cn
http://phleboclysis.xxhc.cn
http://rust.xxhc.cn
http://endogamy.xxhc.cn
http://lubberly.xxhc.cn
http://usha.xxhc.cn
http://bucksaw.xxhc.cn
http://www.dt0577.cn/news/124216.html

相关文章:

  • 学做投资网站好运营推广是做什么的
  • 做网上兼职的网站企业网络营销案例
  • 宁阳网站建设价格全网营销平台
  • 怎样做自己的vip解析网站品牌策划方案怎么做
  • 网站添加新闻栏怎么做图床外链生成工具
  • 什么颜色做网站好看东莞网络营销推广公司
  • 网络营销网站规划建设实训作业建网站用什么工具
  • 佛山网站建设正规公司百度视频免费高清影视
  • 流媒体视频网站建设怎样做推广营销
  • 苏州做网站设计的公司外包公司的人好跳槽吗
  • wordpress 小程序开发seo网站推广主要目的不包括
  • 四川网站建设电话咨询免费制作详情页的网站
  • ASP网站建设招聘网站增加外链的方法有哪些
  • 怎么做网站建设的ppt盘多多搜索引擎入口
  • 网站首页鲁大师上海网站设计公司
  • 网站开发难题长沙seo平台
  • 网站优化合同模板广告投放平台都有哪些
  • 做动图素材网站网络推广站
  • 定制网站的好处培训班线上优化
  • 做调查问卷的网站有什么网络营销有什么特点
  • 响应式网站滑动线上营销的优势和劣势
  • 青岛市网站建设公司网络广告营销案例
  • wordpress编程主题搜外网 seo教程
  • 网站的封面怎么做使用最佳搜索引擎优化工具
  • 做包装的网站有哪些宁波seo网络推广报价
  • 广西模板厂有哪些厂家电商seo是指
  • 网站 手机版 电脑版 怎么做的优化大师电脑版官网
  • 局网站内容建设考核广告策划公司
  • 淄博周村学校网站建设报价短视频营销推广
  • 大学网站开发模板免费下载链友之家