
Vue3如何通过子组件emit传递ref,下面web建站小编给大家详细介绍一下功能的实现代码!
代码如下:
<template>
<div ref="cellR" @click="cellA">
<span>{{item}}</span>
</div>
</template>
<script setup>
import {ref} from 'vue';
const props = defineProps({
item: Number
})
const emit = defineEmits(['cellT']);
const cellR = ref();
const cellA = () => {
emit('cellT', cellR.value);
}
</script>
Element UI中文官网Element Plus是一套基于Vue3.0的桌面端组件库
vue3如何解决store.state.count错误的取值
上面是“Vue3如何通过子组件emit传递ref”的全面内容,想了解更多关于 vuejs 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_2591.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

mysql批量替换html特殊标签语法介绍(wordpress模板)
CodeArts Doer:一款华为云推出的一站式AI编程助手
AQ
Tofu AI