响应式数据是vue的一大亮点,下面我们来聊聊如何声明响应式数据
目录
直接声明变量
- 直接声明变量并不能使之拥有响应性
- 示例:
<script setup>
let num = 0;
const clickFun = () => {
console.log("num:", ++num);
}
</script>
<template>
<div style="display:flex;flex-direction: column;">
<span>num : {{num}}</span>
<button @click="clickFun()">修改</button>
</div>
</template>
- 运行结果:
- 多次点击按钮后,控制台打印的num值虽然有增加,但在html页面显示的num值却不变
ref(基本数据类型)
- 使用ref(基本数据类型)即可把一个基本数据类型的值转化为响应式并返回
- 基本数据类型:
- String
- Number
- BigInt
- Boolean
- Symbol
- Undefined
- Null
- 示例:
<script setup>
import { ref } from 'vue';
let num = 0;
let refNum = ref(0);
console.log("refNum:", refNum);
console.log("refNum.value", refNum.value);
const clickFun = () => {
console.log("num:", ++num);
console.log("refNum.value:" , ++refNum.value);
}
</script>
<template>
<div style="display:flex;flex-direction: column;">
<span>num : {{num}}</span>
<span>refNum : {{refNum}}</span>
<button @click="clickFun()">修改</button>
</div>
</template>
- 运行结果:
- 注意ref()返回的是一个refImpl的对象,它的value属性才是我们要的数据,所以在js中操作时需要.value,但在<template>中会自动展开为内部值
- 可以看到,通过ref()获取的变量是响应式的,会随着变量值的改变而体现在html页面中
reactive(对象)
- reactive()需要我们传入一个对象
- 示例:
<script setup>
import { ref,reactive } from 'vue';
let num = 0;
let refNum = ref(0);
let rea = reactive({
num:0
});
console.log("refNum:", refNum);
console.log("refNum.value", refNum.value);
console.log("rea", rea);
const clickFun = () => {
console.log("num:", ++num);
console.log("refNum.value:" , ++refNum.value);
console.log("rea.num:", ++rea.num);
}
</script>
<template>
<div style="display:flex;flex-direction: column;">
<span>num : {{num}}</span>
<span>refNum : {{refNum}}</span>
<span>rea.num : {{rea.num}}</span>
<button @click="clickFun()">修改</button>
</div>
</template>
- 运行结果:
- reactive()也可以让变量得到响应性
- 但它需要传入对象,而ref()需要传入基本数据类型
- 而且它返回的是一个proxy对象,但我们在js操作和在<template>绑定时,都可以直接访问和操作其内部变量。
dark web site dark internet
dark web links deep web drug links
deep web search tor market links
dark markets best darknet markets
darkmarket list free dark web
tor markets darknet markets
dark web link deep web links
tor markets links tor markets links
darknet market list blackweb
deep web drug store darknet links
dark web link deep dark web
dark web market list how to get on dark web
dark market onion dark web access
dark web link dark web markets
lyrica 100 mg cost
darknet drug store drug markets onion
deep web drug links tor markets links
deep web search dark websites
dark net darkmarkets
deep web links darknet drug store
the dark internet darkmarket url
darknet market lists drug markets dark web
cheap generic cymbalta
darkmarket darkmarkets
darkmarket url dark web market list
drug markets onion dark web sites links
darknet websites darknet markets
zovirax cost without insurance
dark web websites the dark internet
dark market onion dark website
deep web sites dark markets
darkweb marketplace darknet drug links
tor dark web black internet
tor markets dark markets 2023
dark web market list darkmarket list
darkmarket list darkmarket link
dark market url dark websites
dark web websites deep web drug url
dark web websites darknet drug store
top online pharmacy 247
xenical 2017
deep web drug links how to get on dark web
onion market dark markets 2023
deep web drug links dark web search engines
tor dark web dark web market links
tor darknet tor market links
deep web drug url dark web market links
dark market url the dark internet
tor markets links deep web drug links
tor markets links darknet marketplace