[vue3]组件操作Dom元素,多个同名ref时的解决方法,返回了proxy对象时的使用

/ 3,339评论 / 20747阅读 / 5点赞

1. 原生js中我们会使用document.getElementsByClassName(),document.getElementById()等获取dom元素,但在vue中,更推荐使用ref获取。

2. 不同文件的ref相互独立,即使同名也不会互相影响而导致获取错误。一个组件被多次引用后同时存在多个实例时,每个实例的ref也是互相独立的。这一点显然比getElementById()要好很多。

3. 标签的ref属性值在每一个vue文件中需要是唯一的,否则可能在获取时发生与预期不同的效果。显然使用v-for时如果单项带有ref就需要我们解决这个问题。

使用ref绑定Dom元素

<template>
    <span id="myspanid" ref="mySpanRef">hello coolight</span>
</template>

获取

获取的方式很多,这里介绍其中的几种,以及提及一些document的方法和注意事项

祖传getElementById()

<script setup>
import { onMounted } from "vue";

let span_id = document.getElementById("myspanid");
console.log("setup: span_id = ", span_id);

onMounted(() => {
    console.log("onMounted: span_id = ", span_id);
    span_id = document.getElementById("myspanid");
    console.log("onMounted: span_id = ", span_id);
})
</script>

<template>
    <span id="myspanid" ref="mySpanRef">hello coolight</span>
</template>

ref(null)

<script setup>
import { ref,onMounted, getCurrentInstance } from "vue";

let mySpanRef = ref(null);
console.log("setup: mySpanRef = ", mySpanRef);
console.log("setup: mySpanRef.value = ", mySpanRef.value);

onMounted(() => {
    console.log("读取setup获取的mySpanRef:");
    console.log("onMounted: mySpanRef = ", mySpanRef);
    console.log("onMounted: mySpanRef.value = ", mySpanRef.value);
    mySpanRef = ref(null);
    console.log("读取onMounted获取的mySpanRef:");
    console.log("onMounted: mySpanRef = ", mySpanRef);
    console.log("onMounted: mySpanRef.value = ", mySpanRef.value);
})
</script>

<template>
    <span ref="mySpanRef">hello coolight</span>
</template>
<script setup>
import { ref, onMounted } from "vue";

const mySpanRef = ref(null);

onMounted(() => {
    console.log(mySpanRef);
    console.log(mySpanRef.clientWidth);
    console.log(mySpanRef.value.clientWidth);
})
</script>

<template>
    <span ref="mySpanRef">hello coolight</span>
</template>

$refs.refName

<script setup>
import { onMounted, getCurrentInstance } from "vue";

let mySpan;

onMounted(() => {
    let { $refs } = (getCurrentInstance()).proxy;
    mySpan = $refs.mySpanRef;
    console.log("onMounted: mySpan = ", mySpan);
})
</script>

<template>
    <span ref="mySpanRef">hello coolight</span>
</template>

$refs[refName]

<script setup>
import { onMounted, getCurrentInstance } from "vue";

let mySpan;

onMounted(() => {
    let { $refs } = (getCurrentInstance()).proxy;
    let name = "mySpanRef";
    mySpan = $refs[name]; 
    //mySpan = $refs['mySpanRef'];      //这个也是可以的
    console.log("onMounted: mySpan = ", mySpan);
})
</script>

<template>
    <span ref="mySpanRef">hello coolight</span>
</template>

多个同名ref的解决方法

上面我们都是把ref当成id一样使用,但在v-for后产生的列表项可能遇到ref重复,下面我们聊聊如何解决这个问题

<script setup>
import { ref, onMounted, getCurrentInstance } from "vue";

let mySpanRef = ref(null);

onMounted(() => {
    console.log("ref(null) = ", mySpanRef.value);
    let { $refs } = (getCurrentInstance()).proxy;
    mySpanRef = $refs.mySpanRef;
    console.log("$refs.mySpanRef = ", mySpanRef);
    mySpanRef = $refs['mySpanRef'];
    console.log("$refs['mySpanRef'] = ", mySpanRef);
})
</script>

<template>
    <div>
        <span ref="mySpanRef">hello coolight</span>
        <span ref="mySpanRef">hello 洛天依</span>
    </div>
</template>
<script setup>
import { onMounted, getCurrentInstance } from "vue";

let arr = ['coolight', '洛天依', 'enter', 'shift', 'ctrl', 'Alt', 'ESC'];

onMounted(() => {
    let { $refs } = (getCurrentInstance()).proxy;
    console.log($refs['myspan0']);
    console.log("for:");
    for(let i = arr.length; i-- > 0;) {
        console.log($refs['myspan'+ i][0]);
    }
})
</script>

<template>
    <div style="display:flex;flex-direction: column;">
        <span v-for="(item, index) in arr"
            :ref="'myspan' + index">{{index}}:{{item}}</span>
    </div>
</template>

其他问题

返回的是一个proxy对象

let { $refs } = (getCurrentInstance()).proxy;
let dom = $refs['myul'];    //proxy对象
dom.$el;                    //标签内容
dom.$el.clientWidth;        //通过$el即可同getElementById()获取到的标签一样操作
  1. Marvinmef说道:

    buy cytotec over the counter cytotec abortion pill Cytotec 200mcg price

  2. RobertPet说道:

    http://cytotec.xyz/# buy cytotec pills online cheap

  3. RobertPet说道:

    http://cytotec.xyz/# buy cytotec over the counter

  4. ThomasTam说道:

    lisinopril 10 mg over the counter: zestoretic 20 25 mg – zestril brand name

  5. ThomasTam说道:

    lisinopril 20 mg tablet cost: can i order lisinopril online – cost of lisinopril 5 mg

  6. Marvinmef说道:

    cytotec pills buy online Abortion pills online purchase cytotec

  7. ThomasTam说道:

    neurontin generic cost: neurontin gabapentin – buy gabapentin

  8. Marvinmef说道:

    where can i get cheap clomid without insurance buying clomid tablets generic clomid online

  9. JamesPouff说道:

    https://clomiphene.shop/# cheap clomid now

  10. RobertPet说道:

    http://lisinopril.club/# can you buy lisinopril

  11. JamesPouff说道:

    https://gabapentin.club/# neurontin 100mg cap

  12. Marvinmef说道:

    order propecia without prescription buy propecia online get generic propecia

  13. ThomasTam说道:

    buy cytotec in usa: buy cytotec – cytotec online

  14. RobertPet说道:

    https://clomiphene.shop/# how to buy clomid price

  15. ThomasTam说道:

    lisinopril 40mg: buy zestoretic – lisinopril 2.15 mg

  16. Manuelloupe说道:

    mexico drug stores pharmacies mexico drug stores pharmacies purple pharmacy mexico price list

  17. Robertswela说道:

    medication from mexico pharmacy: mexican pharmaceuticals online – buying from online mexican pharmacy

  18. Albertnab说道:

    buying from online mexican pharmacy: pharmacies in mexico that ship to usa – purple pharmacy mexico price list

  19. Robertswela说道:

    purple pharmacy mexico price list: mexico pharmacy – medicine in mexico pharmacies

  20. Thomasliest说道:

    pharmacies in mexico that ship to usa: mexican drugstore online – buying prescription drugs in mexico online

  21. Thomasliest说道:

    pharmacies in mexico that ship to usa: mexican border pharmacies shipping to usa – mexico drug stores pharmacies

  22. Williamlyday说道:

    https://mexicanpharmacy1st.online/# mexican border pharmacies shipping to usa

  23. Manuelloupe说道:

    mexican drugstore online mexico drug stores pharmacies reputable mexican pharmacies online

  24. Williamlyday说道:

    https://mexicanpharmacy1st.com/# best online pharmacies in mexico

  25. Robertswela说道:

    mexico drug stores pharmacies: pharmacies in mexico that ship to usa – best online pharmacies in mexico

  26. Robertswela说道:

    best online pharmacies in mexico: mexican mail order pharmacies – mexico pharmacies prescription drugs

  27. Manuelloupe说道:

    medicine in mexico pharmacies buying from online mexican pharmacy mexican pharmacy

  28. Albertnab说道:

    mexican online pharmacies prescription drugs: buying from online mexican pharmacy – medication from mexico pharmacy

  29. Robertswela说道:

    mexico pharmacies prescription drugs: buying from online mexican pharmacy – mexican online pharmacies prescription drugs

  30. KennethFobby说道:

    https://mexicanpharmacy1st.online/# buying prescription drugs in mexico online

  31. Manuelloupe说道:

    medication from mexico pharmacy mexican pharmaceuticals online mexican pharmaceuticals online

  32. Robertswela说道:

    mexican border pharmacies shipping to usa: mexican pharmaceuticals online – mexican pharmaceuticals online

  33. KennethFobby说道:

    https://mexicanpharmacy1st.shop/# medicine in mexico pharmacies

  34. Williamlyday说道:

    https://mexicanpharmacy1st.shop/# reputable mexican pharmacies online

  35. Manuelloupe说道:

    buying from online mexican pharmacy mexican mail order pharmacies mexico drug stores pharmacies

  36. Robertswela说道:

    medication from mexico pharmacy: mexico pharmacy – medication from mexico pharmacy

  37. Albertnab说道:

    medication from mexico pharmacy: mexico pharmacies prescription drugs – best online pharmacies in mexico

  38. Robertswela说道:

    mexican online pharmacies prescription drugs: mexico pharmacies prescription drugs – buying prescription drugs in mexico

  39. Manuelloupe说道:

    mexican drugstore online mexican pharmaceuticals online mexican pharmacy

  40. Williamlyday说道:

    https://mexicanpharmacy1st.shop/# buying prescription drugs in mexico

  41. Williamlyday说道:

    https://mexicanpharmacy1st.com/# п»їbest mexican online pharmacies

  42. Manuelloupe说道:

    medicine in mexico pharmacies mexico pharmacies prescription drugs mexico pharmacies prescription drugs

  43. Robertswela说道:

    mexican online pharmacies prescription drugs: mexican pharmacy – best online pharmacies in mexico

  44. Robertswela说道:

    mexican pharmacy: pharmacies in mexico that ship to usa – mexican pharmaceuticals online

  45. Williamlyday说道:

    https://mexicanpharmacy1st.com/# п»їbest mexican online pharmacies

  46. Thomasliest说道:

    п»їbest mexican online pharmacies: mexican pharmaceuticals online – reputable mexican pharmacies online

  47. Williamlyday说道:

    http://mexicanpharmacy1st.com/# mexican mail order pharmacies

发表回复

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