[vue3]组件间v-bind,v-model传参(defineProps,defineEmits)

/ 5,979评论 / 26634阅读 / 2点赞

1. 自定义组件间也可以和普通标签(<div> <span>)一样指定属性传参

2. 形如(<child value="hello coolight"></child>)给组件<child>指定value属性为"hello coolight"

3. 我们也可以自己模拟v-model的效果

下面我们来聊聊怎么传参、接收与更新

传参,v-bind

<script setup>
import { toRefs } from 'vue';
const props = defineProps({
    text:{
        type:String,
        default:"默认:hello coolight",
        required:false
    }
})

const {
    text,
} = toRefs(props);
</script>

<template>
    <span>{{props.text}} - {{text}}</span>
</template>
<script setup>
import helloVue from '../../components/global/hello.vue';
</script>

<template>
    <div>
        <hello-vue />
        <hello-vue text="洛天依"/>
        <hello-vue :text="'v-bind:洛天依'" />
    </div>
</template>

v-model

一般的传参进来,组件对它是只读的,不能修改。

只读也并不完全,对于数组和对象是可以操作其内部值的。

但我们可以使用v-model指定参数,使之允许组件来修改它。

”只读“的探讨

<script setup>
import { reactive } from 'vue';
import { toRefs } from 'vue';
const props = defineProps({
    obj:{
        type:Object
    }
})

const {
    obj,
} = toRefs(props);

const btn1_click = () => {
    props.obj.hello = "coolight - 1";
}
const btn2_click = () => {
    props.obj = reactive({
        hello:"coolight - 2"
    })
}
</script>

<template>
    <div>
        <button @click="btn1_click">1: {{obj.hello}}</button>
        <button @click="btn2_click">2: {{obj.hello}}</button>
    </div>
</template>
<script setup>
import { reactive } from 'vue';
import helloVue from '../../../components/global/hello.vue';

let obj = reactive({
    hello:"洛天依"
})
</script>

<template>
    <div>
        <span>span: {{obj.hello}}</span>
        <hello-vue :obj="obj" />
    </div>
</template>

使用v-model

<script setup>
import { toRefs } from 'vue';
const props = defineProps({
    obj:{
        type:Object
    }
})
const emits =  defineEmits ({
    'update:obj':null  //null位置可以是一个检查函数,用以检查绑定这个信号的处理函数是否有接收参数等,这里就不需要了
});

const {
    obj,
} = toRefs(props);

const btn1_click = () => {
    props.obj.hello = "btn1";
}
const btn2_click = () => {
    emits('update:obj', {
        hello:"btn2"
    });
}
</script>

<template>
    <div>
        <button @click="btn1_click">{{obj.hello}} - 修改为 btn1</button>
        <button @click="btn2_click">{{obj.hello}} - 修改为 btn2</button>
    </div>
</template>
<script setup>
import { reactive } from 'vue';
import helloVue from '../../../components/global/hello.vue';

let mValue = reactive({
    obj:{
        hello:"洛天依"
    },
})
</script>

<template>
    <div>
        <span>span: {{mValue.obj.hello}}</span>
        <hello-vue v-model:obj="mValue.obj"/>
    </div>
</template>

尝试取代v-model

<script setup>
import { reactive } from 'vue';
import helloVue from '../../../components/global/hello.vue';

let mValue = reactive({
    obj:{
        hello:"洛天依"
    },
})
const change = (in_obj) => {
    console.log("我们的change");
    mValue.obj = in_obj;
}
</script>

<template>
    <div>
        <span>span: {{mValue.obj.hello}}</span>
        <!-- 也可以这样:
            <hello-vue v-model:obj="mValue.obj" @update:obj="change"/>
        -->
        <hello-vue :obj="mValue.obj" @update:obj="change"/>
    </div>
</template>
  1. Hi, I do think this is a great blog. I stumbledupon it 😉 I am going to return yet again since i have bookmarked it. Money and freedom is the best way to change, may you be rich and continue to help other people.

  2. Bradleyarrip说道:

    price of prednisone tablets prednisone ray pharm prednisone 200 mg tablets

  3. Узнай все о признаки варикоцеле рецидив варикоцеле

  4. Brandenven说道:

    buy priligy: dapoxetine online – max pharm

  5. Right here is the perfect blog for anybody who wants to find out about this topic. You understand a whole lot its almost hard to argue with you (not that I personally will need to…HaHa). You definitely put a new spin on a topic which has been written about for many years. Excellent stuff, just excellent.

  6. Узнай все о варикоцеле 1 степени варикоцеле

  7. Bradleyarrip说道:

    how can i get generic clomid price rex pharm buy cheap clomid price

  8. StevenWearo说道:

    prednisone online pharmacy: ray pharm – prednisone 10mg tablets

  9. Узнай все о признаки варикоцеле варикоцеле причины

  10. Georgeneume说道:

    items4games
    Discover a Realm of Interactive Possibilities with Items4Games

    At Items4Play, we deliver a dynamic platform for enthusiasts to acquire or exchange gaming accounts, virtual items, and features for top titles. If you’re seeking to upgrade your gaming arsenal or wanting to profit from your profile, our service provides a smooth, safe, and profitable process.

    Why Select ItemsforGames?
    **Extensive Title Catalog**: Browse a vast array of titles, from thrilling adventures such as Warzone and Call of Duty to captivating role-playing games such as ARK and Genshin. We have all games, making sure no gamer is excluded.

    **Range of Features**: Our products include account purchases, in-game currency, exclusive goods, achievements, and mentoring sessions. If you want assistance gaining levels or getting exclusive benefits, we’ve got you covered.

    **Easy Navigation**: Browse effortlessly through our structured marketplace, arranged by order to locate precisely the item you need with ease.

    **Safe Deals**: We ensure your safety. All trades on our platform are conducted with the utmost security to secure your private and payment details.

    **Key Points from Our Collection**
    – **Action and Survival**: Games like ARK: Survival Evolved and Survival Day give you the chance to explore tough environments with top-notch items and passes on offer.
    – **Adventure and Adventure**: Elevate your gameplay in games like Clash Royale and Wonders Age with in-game currencies and services.
    – **eSports Play**: For competitive players, enhance your abilities with training and level-ups for Valorant, Dota 2, and LoL.

    **A Hub Designed for Players**
    Supported by ApexTech, a reliable business officially recognized in Kazakh Nation, Items4Games is a market where video game wishes are realized. From buying advance keys for the newest games to finding rare virtual goods, our platform caters to every gaming need with skill and efficiency.

    Join the group right away and elevate your game play!

    For support or help, reach out to us at **support@items4games.com**. Let’s all improve the game, as one!

  11. Derekjup说道:

    dapoxetine online: priligy maxpharm – buy priligy

  12. Узнай все о варикоцеле причины варикоцеле симптомы

  13. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали официальный сервисный центр xiaomi, можете посмотреть на сайте: официальный сервисный центр xiaomi
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  14. Узнай все о варикоцеле у мужчин симптомы варикоцеле симптомы

  15. StevenWearo说道:

    cost generic clomid without a prescription: buy clomid – can i purchase clomid without prescription

  16. DanielArill说道:

    how to buy amoxicillin online http://priligymaxpharm.com/# buy dapoxetine online

  17. DanielArill说道:

    generic amoxicillin online https://amoxilcompharm.com/# amoxicillin online canada

  18. An impressive share! I’ve just forwarded this onto a colleague who had been doing a little research on this. And he in fact ordered me breakfast because I stumbled upon it for him… lol. So allow me to reword this…. Thank YOU for the meal!! But yeah, thanx for spending the time to discuss this subject here on your website.

  19. Brandenven说道:

    buying amoxicillin in mexico: Com Pharm – amoxicillin 500 mg brand name

  20. Bradleyarrip说道:

    amoxicillin over the counter in canada amoxil com pharm amoxicillin online purchase

  21. Georgeneume说道:

    Explore a Universe of Interactive Chances with ItemsforGames

    At ItemsforGames, we deliver a vibrant marketplace for players to purchase or exchange accounts, goods, and services for widely played video games. Whether you are seeking to enhance your gaming arsenal or interested in selling your game account, our platform offers a smooth, secure, and rewarding experience.

    Why Choose Items4Games?
    **Extensive Title Library**: Explore a large array of video games, from action-packed adventures like Battleground and COD to engaging RPGs like ARK and Genshin Impact. We include all games, guaranteeing no gamer is left behind.

    **Variety of Features**: Our offerings cover account purchases, credits, rare collectibles, achievements, and coaching options. Whether you want assistance leveling up or unlocking special rewards, we have it all.

    **Easy Navigation**: Browse easily through our well-organized platform, organized in order to get exactly the game you need quickly.

    **Protected Exchanges**: We ensure your protection. All trades on our site are processed with the top protection to secure your confidential and financial data.

    **Highlights from Our Collection**
    – **Survival and Exploration**: Titles ARK and Day-Z give you the chance to dive into tough worlds with top-notch items and passes available.
    – **Adventure and Questing**: Boost your performance in games such as Clash Royale and Wonders Age with virtual money and options.
    – **eSports Gaming**: For serious players, enhance your skills with coaching and account upgrades for Val, Dota 2, and LoL.

    **A Marketplace Made for Gamers**
    Backed by Apex Technologies, a trusted business registered in Kazakh Nation, Items4Play is a place where playtime dreams come true. From acquiring pre-order passes for the freshest releases to locating unique virtual goods, our marketplace meets every gamer’s wish with skill and speed.

    Join the group today and upgrade your gaming play!

    For support or assistance, email us at **support@items4games.com**. Let’s game better, as one!

  22. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали официальный сервисный центр xiaomi, можете посмотреть на сайте: сервисный центр xiaomi в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  23. I must thank you for the efforts you have put in writing this blog. I’m hoping to view the same high-grade content from you in the future as well. In fact, your creative writing abilities has motivated me to get my own, personal website now 😉

  24. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали сервисный центр xiaomi, можете посмотреть на сайте: сервисный центр xiaomi в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  25. Brandenven说道:

    prednisone tablets canada: raypharm – prednisone without a prescription

  26. Bradleyarrip说道:

    how to get generic clomid pills buy generic clomid without prescription how can i get generic clomid for sale

  27. Узнай все о двустороннее варикоцеле клиника варикоцеле

  28. StevenWearo说道:

    non prescription prednisone 20mg: Prednisone Without Prescription – otc prednisone cream

  29. This is fantastic! Full of useful information and highly well-written. Thanks for offering this.

  30. DanielArill说道:

    amoxicillin 500mg buy online canada http://clomidrexpharm.com/# where can i get generic clomid now

  31. Узнай все о варикоцеле причины возникновения варикоцеле и потенция

  32. DanielArill说道:

    amoxicillin 250 mg capsule http://prednisoneraypharm.com/# india buy prednisone online

  33. StevenWearo说道:

    prednisone without rx: Prednisone Without Prescription – prednisone prescription for sale

  34. Узнай все о варикоцеле симптомы степени варикоцеле

  35. Узнай все о признаки варикоцеле степени варикоцеле

  36. Derekjup说道:

    buy priligy: priligy maxpharm – buy priligy

  37. Kevinsog说道:

    Judul: Merasakan Pengalaman Bermain dengan “PG Slot” di Situs Kasino ImgToon.com

    Dalam alam permainan kasino online, mesin slot telah menjadi salah satu permainan yang paling diminati, terutama jenis PG Slot. Di antara beberapa situs kasino online, ImgToon.com adalah tujuan utama bagi peserta yang ingin menguji peruntungan mereka di banyak permainan slot, termasuk beberapa kategori populer seperti demo pg slot, pg slot gacor, dan RTP slot.

    Demo PG Slot: Menjalani Tanpa Risiko
    Salah satu fitur menarik yang diberikan oleh ImgToon.com adalah demo pg slot. Fitur ini mengizinkan pemain untuk memainkan berbagai jenis slot dari PG tanpa harus memasang taruhan nyata. Dalam mode demo ini, Anda dapat menguji berbagai taktik dan memahami proses permainan tanpa ancaman kehilangan uang. Ini adalah cara terbaik bagi pemain baru untuk terbiasa dengan permainan slot sebelum beralih ke mode taruhan nyata.

    Mode demo ini juga memberi Anda gambaran tentang potensi kemenangan dan hadiah yang mungkin bisa Anda dapatkan saat bermain dengan uang nyata. Pemain dapat menjelajahi permainan tanpa cemas, membuat pengalaman bermain di PG Slot semakin membahagiakan dan bebas beban.

    PG Slot Gacor: Kesempatan Besar Mencapai Kemenangan
    PG Slot Gacor adalah sebutan terkemuka di kalangan pemain slot yang mengacu pada slot yang sedang dalam fase memberi kemenangan tinggi atau lebih sering diistilahkan “gacor”. Di ImgToon.com, Anda dapat menemukan berbagai slot yang ada dalam kategori gacor ini. Slot ini dikenal memiliki peluang kemenangan lebih tinggi dan sering memberikan bonus besar, membuatnya pilihan utama bagi para pemain yang ingin memperoleh keuntungan maksimal.

    Namun, perlu diingat bahwa “gacor” atau tidaknya sebuah slot dapat bergeser, karena permainan slot tergantung generator nomor acak (RNG). Dengan melakukan permainan secara rutin di ImgToon.com, Anda bisa mengidentifikasi pola atau waktu yang tepat untuk memainkan PG Slot Gacor dan menambah peluang Anda untuk menang.

    RTP Slot: Faktor Penting dalam Pencarian Slot
    Ketika mendiskusikan tentang slot, istilah RTP (Return to Player) adalah faktor yang sangat krusial untuk dihitung. RTP Slot berkaitan pada persentase dari total taruhan yang akan dipulangkan kepada pemain dalam jangka panjang. Di ImgToon.com, setiap permainan PG Slot disertai dengan informasi RTP yang terperinci. Semakin tinggi persentase RTP, semakin besar peluang pemain untuk mendulang kembali sebagian besar dari taruhan mereka.

    Dengan memilih PG Slot yang memiliki RTP tinggi, pemain dapat memaksimalkan pengeluaran mereka dan memiliki peluang yang lebih baik untuk menang dalam jangka panjang. Ini menyebabkan RTP sebagai indikator krusial bagi pemain yang mencari keuntungan dalam permainan kasino online.

  38. Brandenven说道:

    buy priligy: cheap priligy – dapoxetine online

  39. Bradleyarrip说道:

    buy dapoxetine online max pharm priligy

  40. Derekjup说道:

    buy generic clomid: clomid online – cost of generic clomid without dr prescription

  41. Тут можно преобрести купить огнеупорный сейф несгораемый сейф цена

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注